diff options
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)." | |||
| 338 | ("^--- .+ ----$" . diff-hunk-header-face) ;context | 338 | ("^--- .+ ----$" . diff-hunk-header-face) ;context |
| 339 | ("^[0-9,]+[acd][0-9,]+$" . diff-hunk-header-face) ;normal | 339 | ("^[0-9,]+[acd][0-9,]+$" . diff-hunk-header-face) ;normal |
| 340 | ("^---$" . diff-hunk-header-face) ;normal | 340 | ("^---$" . diff-hunk-header-face) ;normal |
| 341 | ("^\\(---\\|\\+\\+\\+\\|\\*\\*\\*\\) \\([^ \t]+\\)\\(.*[^*-]\\)?\n" | 341 | ("^\\(---\\|\\+\\+\\+\\|\\*\\*\\*\\) \\([^\t\n]+\\)\\(.*[^*-]\\)?\n" |
| 342 | (0 diff-header-face) (2 diff-file-header-face prepend)) | 342 | (0 diff-header-face) (2 diff-file-header-face prepend)) |
| 343 | ("^\\([-<]\\)\\(.*\n\\)" | 343 | ("^\\([-<]\\)\\(.*\n\\)" |
| 344 | (1 diff-indicator-removed-face) (2 diff-removed-face)) | 344 | (1 diff-indicator-removed-face) (2 diff-removed-face)) |