Mercurial > emacs
changeset 102171:eef68c3b426f
* progmodes/compile.el (compilation-error-regexp-alist-alist):
Tweak regexp (Bug#2173).
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 21 Feb 2009 18:51:48 +0000 |
parents | 312d8aba5a08 |
children | a23f964bc701 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Feb 21 17:53:16 2009 +0000 +++ b/lisp/ChangeLog Sat Feb 21 18:51:48 2009 +0000 @@ -1,5 +1,8 @@ 2009-02-21 Chong Yidong <cyd@stupidchicken.com> + * progmodes/compile.el (compilation-error-regexp-alist-alist): + Tweak regexp (Bug#2173). + * textmodes/flyspell.el (flyspell-mouse-map): Undefine mouse-2 to avoid yanks (Bug#2408).