]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 1fc30e7bf3622c159eedb4fdd65144bd0bb4327a..9d3313b1f5901c711f8965023d37705f21fcd503 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 f2498532ba65fa73955f8914758299b40cd0058f..b01ea535ac08b8a83dd7d12aa4c4a26ead86ff32 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