Mercurial > emacs
changeset 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 | d4063b17fcab |
children | c0681aed938d |
files | lisp/ChangeLog lisp/diff-mode.el |
diffstat | 2 files changed, 7 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Jun 13 20:43:51 2007 +0000 +++ b/lisp/ChangeLog Wed Jun 13 21:11:42 2007 +0000 @@ -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,Ae(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>
--- 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))