Mercurial > emacs
changeset 102169:028c3c972340
* textmodes/flyspell.el (flyspell-mouse-map): Undefine mouse-2 to
avoid yanks (Bug#2408).
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 21 Feb 2009 17:52:59 +0000 |
parents | 4f3b9ebc200a |
children | 312d8aba5a08 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Feb 21 16:10:39 2009 +0000 +++ b/lisp/ChangeLog Sat Feb 21 17:52:59 2009 +0000 @@ -1,3 +1,8 @@ +2009-02-21 Chong Yidong <cyd@stupidchicken.com> + + * textmodes/flyspell.el (flyspell-mouse-map): Undefine mouse-2 to + avoid yanks (Bug#2408). + 2009-02-21 Alan Mackenzie <acm@muc.de> * progmodes/cc-langs.el (c-case-kwds-regexp): New variable.