summaryrefslogtreecommitdiff
path: root/lisp/mail/rmailsum.el
diff options
context:
space:
mode:
authorSimon Marshall <simon@gnu.org>1995-04-24 11:46:17 +0000
committerSimon Marshall <simon@gnu.org>1995-04-24 11:46:17 +0000
commitb14aa0b194c3ee07d2fd140d900ea85a8b22be5e (patch)
treeee9ed385a529baa25720b3ed44a3105b4a72192d /lisp/mail/rmailsum.el
parenta49bc34b7e02b90d1f114727087ced9ada668c6d (diff)
downloademacs-b14aa0b194c3ee07d2fd140d900ea85a8b22be5e.tar.gz
rmail-summary-font-lock-keywords efficiency fix.
Diffstat (limited to 'lisp/mail/rmailsum.el')
-rw-r--r--lisp/mail/rmailsum.el4
1 files 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.