aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 31c82b4a0de..a459079f629 100644
--- a/lisp/add-log.el
+++ b/lisp/add-log.el
@@ -99,8 +99,10 @@ and `current-time-string' are two valid values."
99 ("\\[!?\\([^]\n]+\\)\\]\\(:\\| (\\)" (1 font-lock-variable-name-face)) 99 ("\\[!?\\([^]\n]+\\)\\]\\(:\\| (\\)" (1 font-lock-variable-name-face))
100 ;; 100 ;;
101 ;; Acknowledgements. 101 ;; Acknowledgements.
102 ("^\t\\(From\\|Patch by\\|Reported by\\)" 1 font-lock-comment-face) 102 ("^\t\\(From\\|Patch\\(es\\)? by\\|Reported by\\)"
103 ) 103 1 font-lock-comment-face)
104 (" \\(From\\|Patch\\(es\\)? by\\|Reported by\\)"
105 1 font-lock-comment-face))
104 "Additional expressions to highlight in Change Log mode.") 106 "Additional expressions to highlight in Change Log mode.")
105 107
106(defvar change-log-mode-map nil 108(defvar change-log-mode-map nil