changeset 11519:aecbeb4d287a

rmail-summary-font-lock-keywords efficiency fix.
author Simon Marshall <simon@gnu.org>
date Mon, 24 Apr 1995 11:46:17 +0000
parents 8dd16a4d3ad7
children 994ec4698b78
files lisp/mail/rmailsum.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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.