1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-12 16:23:57 +00:00

(diff-font-lock-keywords): Fix unanchored regexp.

This commit is contained in:
Stefan Monnier 2001-06-13 19:52:43 +00:00
parent ea4a56de11
commit a62d56ab3b
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
* diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
* progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):

View File

@ -260,7 +260,7 @@ when editing big diffs)."
(1 diff-hunk-header-face)
(2 diff-function-face))
("^--- .+ ----$" . diff-hunk-header-face) ;context
("\\(\\*\\{15\\}\\)\\(.*\\)$" ;context
("^\\(\\*\\{15\\}\\)\\(.*\\)$" ;context
(1 diff-hunk-header-face)
(2 diff-function-face))
("^\\*\\*\\* .+ \\*\\*\\*\\*". diff-hunk-header-face) ;context