Mercurial > emacs
changeset 19632:eb2d6de004b1
(change-log-font-lock-keywords): Add more to prev change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 31 Aug 1997 04:24:03 +0000 |
parents | 51b56762f98b |
children | 25317a11d7a1 |
files | lisp/add-log.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/add-log.el Sat Aug 30 23:25:29 1997 +0000 +++ b/lisp/add-log.el Sun Aug 31 04:24:03 1997 +0000 @@ -99,9 +99,9 @@ ("\\[!?\\([^]\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.")