diff options
| author | Miles Bader | 2002-02-25 23:48:40 +0000 |
|---|---|---|
| committer | Miles Bader | 2002-02-25 23:48:40 +0000 |
| commit | f5b92c898ab2ab1c5233f25b41c5701bf7592bc9 (patch) | |
| tree | 5a5e709897e4f7e6404caa997892c5023c82f496 /lisp/ChangeLog | |
| parent | ed81ee80f55afedad7e85a6b91be52b118b968f4 (diff) | |
| download | emacs-f5b92c898ab2ab1c5233f25b41c5701bf7592bc9.tar.gz emacs-f5b92c898ab2ab1c5233f25b41c5701bf7592bc9.zip | |
(mouse-wheel-mode): Pass vectors instead of symbols
to `define-key', since it no longer accepts the latter.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dcef57f9da9..0c0f0557785 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2002-02-26 Miles Bader <miles@gnu.org> | ||
| 2 | |||
| 3 | * mwheel.el (mouse-wheel-mode): Pass vectors instead of symbols | ||
| 4 | to `define-key', since it no longer accepts the latter. | ||
| 5 | |||
| 1 | 2002-02-25 Jason Rumney <jasonr@gnu.org> | 6 | 2002-02-25 Jason Rumney <jasonr@gnu.org> |
| 2 | 7 | ||
| 3 | * term/w32-win.el (mouse-wheel-scroll-line): Use car of | 8 | * term/w32-win.el (mouse-wheel-scroll-line): Use car of |