# HG changeset patch # User Simon Marshall # Date 798721435 0 # Node ID d453910ac3da76cb0994c0a38059a2a35898a593 # Parent e7c26522b881b364c42cb8cba72c7fac6140db48 change-log-font-lock-keywords efficiency fix. diff -r e7c26522b881 -r d453910ac3da lisp/add-log.el --- a/lisp/add-log.el Mon Apr 24 10:51:17 1995 +0000 +++ b/lisp/add-log.el Mon Apr 24 11:03:55 1995 +0000 @@ -44,7 +44,7 @@ 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.")