From: Richard M. Stallman Date: Sun, 31 Aug 1997 04:24:03 +0000 (+0000) Subject: (change-log-font-lock-keywords): Add more to prev change. X-Git-Tag: emacs-20.1~316 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=095fb03edbc52f5d5047832cb4c798be7750bd13;p=emacs.git (change-log-font-lock-keywords): Add more to prev change. --- diff --git a/lisp/add-log.el b/lisp/add-log.el index a459079f629..d5af6b4a3d8 100644 --- a/lisp/add-log.el +++ b/lisp/add-log.el @@ -99,9 +99,9 @@ and `current-time-string' are two valid values." ("\\[!?\\([^]\n]+\\)\\]\\(:\\| (\\)" (1 font-lock-variable-name-face)) ;; ;; Acknowledgements. - ("^\t\\(From\\|Patch\\(es\\)? by\\|Reported by\\)" + ("^\t\\(From\\|Patch\\(es\\)? by\\|Report\\(ed by\\| from\\)\\|Suggest\\(ed by\\|ion from\\)\\)" 1 font-lock-comment-face) - (" \\(From\\|Patch\\(es\\)? by\\|Reported by\\)" + (" \\(From\\|Patch\\(es\\)? by\\|Report\\(ed by\\| from\\)\\|Suggest\\(ed by\\|ion from\\)\\)" 1 font-lock-comment-face)) "Additional expressions to highlight in Change Log mode.")