diff options
| author | Chong Yidong | 2008-09-06 20:07:40 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-09-06 20:07:40 +0000 |
| commit | 269feb23db62b0535b0088eb3325ad385f1d269b (patch) | |
| tree | f9d9517cf31c72e072097a52ee67ef355c27bb68 | |
| parent | 67a925e55d634d02b71b33d767ca843fc635e31f (diff) | |
| download | emacs-269feb23db62b0535b0088eb3325ad385f1d269b.tar.gz emacs-269feb23db62b0535b0088eb3325ad385f1d269b.zip | |
* textmodes/ispell.el (ispell-command-loop): Suspend ispell if the
user enters a mouse event in another frame, or a special event.
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 71c10d6ceb8..a3b2a16b216 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -11,6 +11,9 @@ | |||
| 11 | 11 | ||
| 12 | 2008-09-06 Chong Yidong <cyd@stupidchicken.com> | 12 | 2008-09-06 Chong Yidong <cyd@stupidchicken.com> |
| 13 | 13 | ||
| 14 | * textmodes/ispell.el (ispell-command-loop): Suspend ispell if the | ||
| 15 | user enters a mouse event in another frame, or a special event. | ||
| 16 | |||
| 14 | * server.el (server-switch-buffer): New arg. | 17 | * server.el (server-switch-buffer): New arg. |
| 15 | (server-execute): If reusing an existing window, set file position | 18 | (server-execute): If reusing an existing window, set file position |
| 16 | if required. | 19 | if required. |