comparison 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
comparison
equal deleted inserted replaced
105573:e7f57b24c0a2 105574:5d7b16939e28
1 2009-10-12 Sam Steingold <sds@gnu.org> 1 2009-10-12 Sam Steingold <sds@gnu.org>
2 2
3 * progmodes/compile.el (compilation-next-error-function): Fix the 3 * progmodes/compile.el (compilation-next-error-function): Fix the
4 timestamps if the buffer has been visited before 4 timestamps if the buffer has been visited before.
5
6 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
7 non-anchored patterns, like the perl one (bug#3928).
5 8
6 2009-10-12 Glenn Morris <rgm@gnu.org> 9 2009-10-12 Glenn Morris <rgm@gnu.org>
7 10
8 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat): 11 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
9 Let-bind `size'. 12 Let-bind `size'.