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:
parent
ea4a56de11
commit
a62d56ab3b
@ -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):
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user