commit:     8565416a31194b44efc98d38621ac45d2f78c6df
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 16 16:27:55 2017 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Sep 16 16:27:55 2017 +0000
URL:        https://gitweb.gentoo.org/proj/emacs-tools.git/commit/?id=8565416a

gentoo-newsitem-mode.el: Reformat defvar to make font-lock happy.

 gentoo-newsitem-mode.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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.")

Reply via email to