]> git.eshelyaron.com Git - emacs.git/commitdiff
rmail-summary-font-lock-keywords efficiency fix.
authorSimon Marshall <simon@gnu.org>
Mon, 24 Apr 1995 11:46:17 +0000 (11:46 +0000)
committerSimon Marshall <simon@gnu.org>
Mon, 24 Apr 1995 11:46:17 +0000 (11:46 +0000)
lisp/mail/rmailsum.el

index 49b702143a9f934b0ffbdadf813123435994c939..76e98f9bc5f52f62542f46389a7b5a44b51a24ba 100644 (file)
@@ -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.