summaryrefslogtreecommitdiff
path: root/lisp/add-log.el
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-05-28 15:46:49 +0000
committerKarl Heuer <kwzh@gnu.org>1996-05-28 15:46:49 +0000
commit5cde891585b73067be63900f528f84a013fca650 (patch)
treed92047ca7307151dab3dd355959c24029e612a06 /lisp/add-log.el
parentab429dbd3c077a4b27fa581b1509986749411602 (diff)
downloademacs-5cde891585b73067be63900f528f84a013fca650.tar.gz
(change-log-font-lock-keywords): Require colon after
parenthesized function name.
Diffstat (limited to 'lisp/add-log.el')
-rw-r--r--lisp/add-log.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/add-log.el b/lisp/add-log.el
index 02f1e0c8e9c..c6974583e66 100644
--- a/lisp/add-log.el
+++ b/lisp/add-log.el
@@ -49,7 +49,7 @@ This defaults to the value of `user-mail-address'.")
(defvar change-log-font-lock-keywords
'(("^[SMTWF].+" . font-lock-function-name-face) ; Date line.
("^\t\\* \\([^ :\n]+\\)" 1 font-lock-comment-face) ; File name.
- ("\(\\([^)\n]+\\)\)" 1 font-lock-keyword-face)) ; Function name.
+ ("(\\([^)\n]+\\)):" 1 font-lock-keyword-face)) ; Function name.
"Additional expressions to highlight in Change Log mode.")
(defvar change-log-mode-map nil