[gnus git] branch master updated: m0-5-191-ga0ed1d4 =1= sieve-mode.el (sieve-font-lock-keywords): Keywords should be word delimited (Bug#13173)

Katsumi Yamaoka <[email protected]>
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  a0ed1d4fb00102c202a2bc7d819eaa322eb3d3f0 (commit)
      from  0376161d3cb0652041055ae0d468c5af3f6cd4d4 (commit)


- Log -----------------------------------------------------------------
commit a0ed1d4fb00102c202a2bc7d819eaa322eb3d3f0
Author: Akinori MUSHA <[email protected]>
Date:   Fri Dec 14 05:46:30 2012 +0000

    sieve-mode.el (sieve-font-lock-keywords): Keywords should be word delimited (Bug#13173)

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 86c934b..fe20468 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2012-12-14  Akinori MUSHA  <[email protected]>  (tiny change)
+
+	* sieve-mode.el (sieve-font-lock-keywords):
+	Keywords should be word delimited.  (Bug#13173)
+
 2012-12-13  Andreas Schwab  <[email protected]>
 
 	* tls.el (tls-program): Update customize type.
diff --git a/lisp/sieve-mode.el b/lisp/sieve-mode.el
index f49f767..32abbfe 100644
--- a/lisp/sieve-mode.el
+++ b/lisp/sieve-mode.el
@@ -131,14 +131,17 @@
   (eval-when-compile
     (list
      ;; control commands
-     (cons (regexp-opt '("require" "if" "else" "elsif" "stop"))
+     (cons (regexp-opt '("require" "if" "else" "elsif" "stop")
+                       'words)
 	   'sieve-control-commands-face)
      ;; action commands
-     (cons (regexp-opt '("fileinto" "redirect" "reject" "keep" "discard"))
+     (cons (regexp-opt '("fileinto" "redirect" "reject" "keep" "discard")
+                       'words)
 	   'sieve-action-commands-face)
      ;; test commands
      (cons (regexp-opt '("address" "allof" "anyof" "exists" "false"
-			 "true" "header" "not" "size" "envelope"))
+			 "true" "header" "not" "size" "envelope")
+                       'words)
 	   'sieve-test-commands-face)
      (cons "\\Sw+:\\sw+"
 	   'sieve-tagged-arguments-face))))

-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.

Summary of changes:
 lisp/ChangeLog     |    5 +++++
 lisp/sieve-mode.el |    9 ++++++---
 2 files changed, 11 insertions(+), 3 deletions(-)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".

The branch, master has been updated


hooks/post-receive
-- 
Gnus Project
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.