1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-27 10:54:40 +00:00

(change-log-font-lock-keywords): Require colon after

parenthesized function name.
This commit is contained in:
Karl Heuer 1996-05-28 15:46:49 +00:00
parent fb052aac91
commit 6ad1cbf5bf

View File

@ -49,7 +49,7 @@ This defaults to the value of `user-mail-address'.")
(defvar change-log-font-lock-keywords (defvar change-log-font-lock-keywords
'(("^[SMTWF].+" . font-lock-function-name-face) ; Date line. '(("^[SMTWF].+" . font-lock-function-name-face) ; Date line.
("^\t\\* \\([^ :\n]+\\)" 1 font-lock-comment-face) ; File name. ("^\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.") "Additional expressions to highlight in Change Log mode.")
(defvar change-log-mode-map nil (defvar change-log-mode-map nil