diff options
| author | Stefan Monnier | 2009-08-29 14:48:10 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2009-08-29 14:48:10 +0000 |
| commit | 0c3cc4dde115b83b9f3cb1f815ddd12404aee649 (patch) | |
| tree | 0d44695650901c2bd678dae9940af73bf2b08aa8 /lisp/ChangeLog | |
| parent | 3e344045c545c640b88df0ccdf2c36d66d0502af (diff) | |
| download | emacs-0c3cc4dde115b83b9f3cb1f815ddd12404aee649.tar.gz emacs-0c3cc4dde115b83b9f3cb1f815ddd12404aee649.zip | |
(ispell-accept-output, ispell-command-loop): Use with-current-buffer.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 528538545de..f2743ad1ee8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * textmodes/ispell.el (ispell-accept-output, ispell-command-loop): | ||
| 4 | Use with-current-buffer. | ||
| 5 | |||
| 3 | * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p): | 6 | * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p): |
| 4 | Recognize immutable variables like most-positive-fixnum. | 7 | Recognize immutable variables like most-positive-fixnum. |
| 5 | (byte-compile-setq-default): Check and warn if trying to assign | 8 | (byte-compile-setq-default): Check and warn if trying to assign |