Mercurial > emacs
changeset 15299:8ff4f4e1b487
(change-log-font-lock-keywords): Require colon after
parenthesized function name.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Tue, 28 May 1996 15:46:49 +0000 |
parents | 7c0be13394a1 |
children | 3dd2c61941f1 |
files | lisp/add-log.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/add-log.el Tue May 28 15:43:27 1996 +0000 +++ b/lisp/add-log.el Tue May 28 15:46:49 1996 +0000 @@ -49,7 +49,7 @@ (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