From 97311ec3a4d914e61a142e5eb790f830ec71018c Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Wed, 13 Jun 2007 21:11:42 +0000 Subject: [PATCH] (diff-font-lock-keywords): Fix M. Kifer's last change. --- lisp/ChangeLog | 8 ++++++-- lisp/diff-mode.el | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 34197ec6c45..602ff2d7838 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,7 +1,11 @@ +2007-06-13 Stefan Monnier + + * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change. + 2007-06-13 Johan Bockg,Ae(Brd (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 diff --git a/lisp/diff-mode.el b/lisp/diff-mode.el index 7346de8567a..973e387f230 100644 --- a/lisp/diff-mode.el +++ b/lisp/diff-mode.el @@ -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)) -- 2.39.2