]> git.eshelyaron.com Git - emacs.git/commitdiff
(diff-font-lock-keywords): Fix M. Kifer's last change.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 13 Jun 2007 21:11:42 +0000 (21:11 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 13 Jun 2007 21:11:42 +0000 (21:11 +0000)
lisp/ChangeLog
lisp/diff-mode.el

index 34197ec6c45ecb739f66434c375437239aca53c7..602ff2d78380e36c636f972183e443b21c8e6165 100644 (file)
@@ -1,7 +1,11 @@
+2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
+
 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
 
-        * term/xterm.el (terminal-init-xterm): Escape parens in character
-        constants.
+       * term/xterm.el (terminal-init-xterm): Escape parens in character
+       constants.
 
 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
 
index 7346de8567abf5c519b57602b8ad62c14944bfcb..973e387f230a14bc89bb3f0151a25765c310c1cb 100644 (file)
@@ -338,7 +338,7 @@ when editing big diffs)."
     ("^--- .+ ----$"             . 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))