From d25593b77e1dfd3d18e3201d9e2bc587bcdec511 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Fri, 15 Sep 2006 15:37:58 +0000 Subject: * progmodes/compile.el (compilation-error-regexp-alist-alist): Disallow filenames containing " -" to avoid confusion with libtool compilation messages. --- lisp/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lisp/ChangeLog') diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e1d51646046..e64d501c5b8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2006-09-15 Chong Yidong + + * progmodes/compile.el (compilation-error-regexp-alist-alist): + Disallow filenames containing " -" to avoid confusion with libtool + compilation messages. Suggested by Stefan Monnier. + 2006-09-15 David Kastrup * mouse-sel.el (mouse-sel-follow-link-p): Use event position -- cgit v1.2.1