diff options
| author | Martin Rudalics | 2014-12-19 18:59:54 +0100 |
|---|---|---|
| committer | Martin Rudalics | 2014-12-19 18:59:54 +0100 |
| commit | 164cdfbf9e75a891bd8944a79f53bd403c6c2215 (patch) | |
| tree | a288c9ef628218036427d112be46c3e6afc70ca7 /lisp/ChangeLog | |
| parent | 061f310c4a32491634b7563f4b8520f4824ed21b (diff) | |
| download | emacs-164cdfbf9e75a891bd8944a79f53bd403c6c2215.tar.gz emacs-164cdfbf9e75a891bd8944a79f53bd403c6c2215.zip | |
In `ispell-command-loop' don't use `next-window'.
* textmodes/ispell.el (ispell-command-loop): Don't use
`next-window'.
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 b50d5844b58..feeab01a106 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2014-12-19 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * textmodes/ispell.el (ispell-command-loop): Don't use | ||
| 4 | `next-window'. | ||
| 5 | |||
| 1 | 2014-12-18 Sam Steingold <sds@gnu.org> | 6 | 2014-12-18 Sam Steingold <sds@gnu.org> |
| 2 | 7 | ||
| 3 | Keyboard interface (C-f10) to `mouse-buffer-menu' (C-down-mouse-1). | 8 | Keyboard interface (C-f10) to `mouse-buffer-menu' (C-down-mouse-1). |