diff lisp/ChangeLog @ 105574:5d7b16939e28

(compilation-mode-font-lock-keywords): Do not prepend "^ *" to non-anchored patterns, like the perl one (bug#3928).
author Sam Steingold <sds@gnu.org>
date Mon, 12 Oct 2009 21:04:15 +0000
parents e7f57b24c0a2
children 49a18cece067
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Oct 12 20:42:45 2009 +0000
+++ b/lisp/ChangeLog	Mon Oct 12 21:04:15 2009 +0000
@@ -1,7 +1,10 @@
 2009-10-12  Sam Steingold  <sds@gnu.org>
 
 	* progmodes/compile.el (compilation-next-error-function): Fix the
-	timestamps if the buffer has been visited before
+	timestamps if the buffer has been visited before.
+
+	(compilation-mode-font-lock-keywords): Do not prepend "^ *" to
+	non-anchored patterns, like the perl one (bug#3928).
 
 2009-10-12  Glenn Morris  <rgm@gnu.org>