]> git.eshelyaron.com Git - emacs.git/commitdiff
(change-log-font-lock-keywords): Add more to prev change.
authorRichard M. Stallman <rms@gnu.org>
Sun, 31 Aug 1997 04:24:03 +0000 (04:24 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 31 Aug 1997 04:24:03 +0000 (04:24 +0000)
lisp/add-log.el

index a459079f6298acfdda7f0d1af8a6065dcf04f81b..d5af6b4a3d8e072a75b69e4eeb718a66f9715274 100644 (file)
@@ -99,9 +99,9 @@ and `current-time-string' are two valid values."
     ("\\[!?\\([^]\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.")