From: Richard M. Stallman Date: Sun, 24 Aug 1997 20:28:59 +0000 (+0000) Subject: (change-log-font-lock-keywords): X-Git-Tag: emacs-20.1~438 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b438e1cb6c6545d4ddab94df68e0920572c7d831;p=emacs.git (change-log-font-lock-keywords): Match "Patches by". Match all kinds of acks after ` '. --- diff --git a/lisp/add-log.el b/lisp/add-log.el index 31c82b4a0de..a459079f629 100644 --- a/lisp/add-log.el +++ b/lisp/add-log.el @@ -99,8 +99,10 @@ and `current-time-string' are two valid values." ("\\[!?\\([^]\n]+\\)\\]\\(:\\| (\\)" (1 font-lock-variable-name-face)) ;; ;; Acknowledgements. - ("^\t\\(From\\|Patch by\\|Reported by\\)" 1 font-lock-comment-face) - ) + ("^\t\\(From\\|Patch\\(es\\)? by\\|Reported by\\)" + 1 font-lock-comment-face) + (" \\(From\\|Patch\\(es\\)? by\\|Reported by\\)" + 1 font-lock-comment-face)) "Additional expressions to highlight in Change Log mode.") (defvar change-log-mode-map nil