Mercurial > emacs
comparison lisp/ChangeLog @ 72894:26df5bbb5d61
* progmodes/compile.el (compilation-error-regexp-alist-alist):
Disallow filenames containing " -" to avoid confusion with libtool
compilation messages.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 15 Sep 2006 15:37:36 +0000 |
parents | 5ba1cd1da822 |
children | 725b0bfb3ed6 |
comparison
equal
deleted
inserted
replaced
72893:6f52b959d9a8 | 72894:26df5bbb5d61 |
---|---|
1 2006-09-15 Chong Yidong <cyd@stupidchicken.com> | |
2 | |
3 * progmodes/compile.el (compilation-error-regexp-alist-alist): | |
4 Disallow filenames containing " -" to avoid confusion with libtool | |
5 compilation messages. | |
6 | |
1 2006-09-15 David Kastrup <dak@gnu.org> | 7 2006-09-15 David Kastrup <dak@gnu.org> |
2 | 8 |
3 * mouse-sel.el (mouse-sel-follow-link-p): Use event position | 9 * mouse-sel.el (mouse-sel-follow-link-p): Use event position |
4 instead of buffer position for `mouse-on-link-p'. | 10 instead of buffer position for `mouse-on-link-p'. |
5 | 11 |