(diff-font-lock-keywords): Fix unanchored regexp.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 13 Jun 2001 19:52:43 +0000 (19:52 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 13 Jun 2001 19:52:43 +0000 (19:52 +0000)
lisp/ChangeLog
lisp/diff-mode.el

index 1fc30e7..9d3313b 100644 (file)
@@ -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):
index f249853..b01ea53 100644 (file)
@@ -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