diff options
| author | Chong Yidong | 2009-02-21 17:52:59 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-02-21 17:52:59 +0000 |
| commit | c067b28f3ff4039ac9c40ed54719aa6b750171db (patch) | |
| tree | 279d99a5f81d503999226849927ff3e23ed6265b | |
| parent | d28e7f288e4abb47c3143d5fd936f5ea440c3d96 (diff) | |
| download | emacs-c067b28f3ff4039ac9c40ed54719aa6b750171db.tar.gz emacs-c067b28f3ff4039ac9c40ed54719aa6b750171db.zip | |
* textmodes/flyspell.el (flyspell-mouse-map): Undefine mouse-2 to
avoid yanks (Bug#2408).
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a8b05641d6c..e5204dec9a2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2009-02-21 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * textmodes/flyspell.el (flyspell-mouse-map): Undefine mouse-2 to | ||
| 4 | avoid yanks (Bug#2408). | ||
| 5 | |||
| 1 | 2009-02-21 Alan Mackenzie <acm@muc.de> | 6 | 2009-02-21 Alan Mackenzie <acm@muc.de> |
| 2 | 7 | ||
| 3 | * progmodes/cc-langs.el (c-case-kwds-regexp): New variable. | 8 | * progmodes/cc-langs.el (c-case-kwds-regexp): New variable. |