summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2017-09-16 18:27:55 +0200
committerUlrich Müller <ulm@gentoo.org>2017-09-16 18:27:55 +0200
commit8565416a31194b44efc98d38621ac45d2f78c6df (patch)
tree886717dc90b39005ef3b56c46dc9b5610662552a /gentoo-newsitem-mode.el
parentVersion 1.38 released. (diff)
downloadebuild-mode-8565416a31194b44efc98d38621ac45d2f78c6df.tar.gz
ebuild-mode-8565416a31194b44efc98d38621ac45d2f78c6df.tar.bz2
ebuild-mode-8565416a31194b44efc98d38621ac45d2f78c6df.zip
gentoo-newsitem-mode.el: Reformat defvar to make font-lock happy.
Diffstat (limited to 'gentoo-newsitem-mode.el')
-rw-r--r--gentoo-newsitem-mode.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/gentoo-newsitem-mode.el b/gentoo-newsitem-mode.el
index 27ce8d1..787742f 100644
--- a/gentoo-newsitem-mode.el
+++ b/gentoo-newsitem-mode.el
@@ -34,7 +34,8 @@
(regexp-opt
'("Title" "Author" "Translator" "Content-Type" "Posted"
"Revision" "News-Item-Format" "Display-If-Installed"
- "Display-If-Keyword" "Display-If-Profile") t)
+ "Display-If-Keyword" "Display-If-Profile")
+ t)
":")
. font-lock-keyword-face)))
"Expressions to highlight in Gentoo newsitem mode.")