# HG changeset patch # User Richard M. Stallman # Date 872454539 0 # Node ID 11cdee30cd0219f325b7a5cd3216c08e29d874e3 # Parent ea4261efd9f939cc1d009ca2cfc2b80ca0e783e8 (change-log-font-lock-keywords): Match "Patches by". Match all kinds of acks after ` '. diff -r ea4261efd9f9 -r 11cdee30cd02 lisp/add-log.el --- a/lisp/add-log.el Sun Aug 24 16:32:17 1997 +0000 +++ b/lisp/add-log.el Sun Aug 24 20:28:59 1997 +0000 @@ -99,8 +99,10 @@ ("\\[!?\\([^]\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