]> git.eshelyaron.com Git - emacs.git/commitdiff
(change-log-font-lock-keywords):
authorRichard M. Stallman <rms@gnu.org>
Sun, 24 Aug 1997 20:28:59 +0000 (20:28 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 24 Aug 1997 20:28:59 +0000 (20:28 +0000)
Match "Patches by".  Match all kinds of acks after `  '.

lisp/add-log.el

index 31c82b4a0deb67939a6dda7aeac07fbaef2bb380..a459079f6298acfdda7f0d1af8a6065dcf04f81b 100644 (file)
@@ -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