Mercurial > emacs
diff lisp/diff-mode.el @ 38029:50a5496b5f2c
(diff-font-lock-keywords): Fix unanchored regexp.
| author | Stefan Monnier <monnier@iro.umontreal.ca> |
|---|---|
| date | Wed, 13 Jun 2001 19:52:11 +0000 |
| parents | 4e2d06e10072 |
| children | b5dd113d61d1 |
line wrap: on
line diff
--- a/lisp/diff-mode.el Wed Jun 13 15:30:35 2001 +0000 +++ b/lisp/diff-mode.el Wed Jun 13 19:52:11 2001 +0000 @@ -260,7 +260,7 @@ (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
