Mercurial > emacs
changeset 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 | a5aad5623acc |
children | 5e8ad55fc9f2 |
files | lisp/diff-mode.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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