aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/add-log.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1997-08-24 20:28:59 +0000
committerRichard M. Stallman <[email protected]>1997-08-24 20:28:59 +0000
commitb438e1cb6c6545d4ddab94df68e0920572c7d831 (patch)
treefcf3c9f4e0b7b05e2a96205be0d28aa06200ff8a /lisp/add-log.el
parent6a338071bab00e156e59cca579a2721f90a8ba21 (diff)
(change-log-font-lock-keywords):
Match "Patches by". Match all kinds of acks after ` '.
Diffstat (limited to 'lisp/add-log.el')
-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 31c82b4a0d..a459079f62 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