diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2007-06-22 21:18:31 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2007-06-22 21:18:31 +0000 |
commit | d8e4eadf9ba37eed47de1bb694b56ff25b2d4e59 (patch) | |
tree | 6d406fc5358ee895eafe60e7fe97c41280fb3e69 /lisp/diff-mode.el | |
parent | 2ef3b3fe29833531e057ffc74fb586f0e50c1ca5 (diff) | |
download | emacs-d8e4eadf9ba37eed47de1bb694b56ff25b2d4e59.tar.gz |
(diff-font-lock-keywords): Fix M. Kifer's last change differently.
Diffstat (limited to 'lisp/diff-mode.el')
-rw-r--r-- | lisp/diff-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/diff-mode.el b/lisp/diff-mode.el index 973e387f230..64199147c21 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]+\\)\\(.*[^*-]\\)?\n" (0 diff-header-face) (2 diff-file-header-face prepend)) ("^\\([-<]\\)\\(.*\n\\)" (1 diff-indicator-removed-face) (2 diff-removed-face)) |