diff lisp/diff-mode.el @ 81386:44761a3f6c97

(diff-font-lock-keywords): Fix M. Kifer's last change.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 13 Jun 2007 21:11:42 +0000
parents c3779fe5830e
children 69dec53b2a24 3619e7770f2e
line wrap: on
line diff
--- a/lisp/diff-mode.el	Wed Jun 13 20:43:51 2007 +0000
+++ b/lisp/diff-mode.el	Wed Jun 13 21:11:42 2007 +0000
@@ -338,7 +338,7 @@
     ("^--- .+ ----$"             . diff-hunk-header-face) ;context
     ("^[0-9,]+[acd][0-9,]+$"     . diff-hunk-header-face) ;normal
     ("^---$"                     . diff-hunk-header-face) ;normal
-    ("^\\(---\\|\\+\\+\\+\\|\\*\\*\\*\\) \\([^\t]+\\)\\(.*[^*-]\\)?\n"
+    ("^\\(---\\|\\+\\+\\+\\|\\*\\*\\*\\) \\([^ \t]+\\)\\(.*[^*-]\\)?\n"
      (0 diff-header-face) (2 diff-file-header-face prepend))
     ("^\\([-<]\\)\\(.*\n\\)"
      (1 diff-indicator-removed-face) (2 diff-removed-face))