From be94c30cd69e9fcaac29d0c647ad39c980cfa6ac Mon Sep 17 00:00:00 2001 From: Simon Marshall Date: Mon, 24 Apr 1995 11:46:17 +0000 Subject: [PATCH] rmail-summary-font-lock-keywords efficiency fix. --- lisp/mail/rmailsum.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/mail/rmailsum.el b/lisp/mail/rmailsum.el index 49b702143a9..76e98f9bc5f 100644 --- a/lisp/mail/rmailsum.el +++ b/lisp/mail/rmailsum.el @@ -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. -- 2.39.5