summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-08-24 20:28:59 +0000
committerRichard M. Stallman <rms@gnu.org>1997-08-24 20:28:59 +0000
commit2e9c16815b84c1767181654fbb0454190686eeba (patch)
tree0ef5efb5693865afaaf8da8753c6e704e789907d /lisp
parent9954e7b335e0fd22c6991086a5f23e58fb7b64a9 (diff)
downloademacs-2e9c16815b84c1767181654fbb0454190686eeba.tar.gz
(change-log-font-lock-keywords):
Match "Patches by". Match all kinds of acks after ` '.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/add-log.el6
1 files changed, 4 insertions, 2 deletions
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