# HG changeset patch # User Simon Marshall # Date 798723977 0 # Node ID aecbeb4d287a35718373a612d2f1d562b52bc442 # Parent 8dd16a4d3ad7166a82c843bdd7ced2366d946f7f rmail-summary-font-lock-keywords efficiency fix. diff -r 8dd16a4d3ad7 -r aecbeb4d287a lisp/mail/rmailsum.el --- a/lisp/mail/rmailsum.el Mon Apr 24 11:28:24 1995 +0000 +++ b/lisp/mail/rmailsum.el Mon Apr 24 11:46:17 1995 +0000 @@ -30,8 +30,8 @@ ;;; Code: (defvar rmail-summary-font-lock-keywords - '(("^....D.*$" . font-lock-string-face) ; Deleted. - ("^....-.*$" . font-lock-type-face) ; Unread. + '(("^....D.*" . font-lock-string-face) ; Deleted. + ("^....-.*" . font-lock-type-face) ; Unread. ;; Neither of the below will be highlighted if either of the above are: ("^....[^D-] \\(......\\)" 1 font-lock-keyword-face) ; Date. ("{ \\([^}]+\\),}" 1 font-lock-comment-face)) ; Labels.