changeset 19510:11cdee30cd02

(change-log-font-lock-keywords): Match "Patches by". Match all kinds of acks after ` '.
author Richard M. Stallman <rms@gnu.org>
date Sun, 24 Aug 1997 20:28:59 +0000
parents ea4261efd9f9
children 8430323b838e
files lisp/add-log.el
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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