summaryrefslogtreecommitdiff
path: root/lisp/diff-mode.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2001-06-13 19:52:43 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2001-06-13 19:52:43 +0000
commita62d56ab3b4701d890237ff0bfb031e7769526a6 (patch)
tree29a5318cb638bb408c0767dc678d9fdbcc35cf29 /lisp/diff-mode.el
parentea4a56de11657fd72e16dc27cf50c557c0715bc9 (diff)
downloademacs-a62d56ab3b4701d890237ff0bfb031e7769526a6.tar.gz
emacs-a62d56ab3b4701d890237ff0bfb031e7769526a6.tar.bz2
emacs-a62d56ab3b4701d890237ff0bfb031e7769526a6.zip
(diff-font-lock-keywords): Fix unanchored regexp.
Diffstat (limited to 'lisp/diff-mode.el')
-rw-r--r--lisp/diff-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/diff-mode.el b/lisp/diff-mode.el
index f2498532ba6..b01ea535ac0 100644
--- a/lisp/diff-mode.el
+++ b/lisp/diff-mode.el
@@ -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