From a62d56ab3b4701d890237ff0bfb031e7769526a6 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Wed, 13 Jun 2001 19:52:43 +0000 Subject: (diff-font-lock-keywords): Fix unanchored regexp. --- lisp/diff-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/diff-mode.el') 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 -- cgit v1.2.3