From 8495f54c18971f61cafe7f608c44bc5fc05afdaa Mon Sep 17 00:00:00 2001 From: Simon Marshall Date: Mon, 24 Apr 1995 11:03:55 +0000 Subject: change-log-font-lock-keywords efficiency fix. --- lisp/add-log.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/add-log.el') diff --git a/lisp/add-log.el b/lisp/add-log.el index 734fa5ebf86..b51d43b4158 100644 --- a/lisp/add-log.el +++ b/lisp/add-log.el @@ -44,7 +44,7 @@ This defaults to the value returned by the `user-full-name' function.") This defaults to the value of `user-mail-address'.") (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. ("\(\\([^)\n]+\\)\)" 1 font-lock-keyword-face)) ; Function name. "Additional expressions to highlight in Change Log mode.") -- cgit v1.2.1