changeset 11517:d453910ac3da

change-log-font-lock-keywords efficiency fix.
author Simon Marshall <simon@gnu.org>
date Mon, 24 Apr 1995 11:03:55 +0000
parents e7c26522b881
children 8dd16a4d3ad7
files lisp/add-log.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.")