aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2009-08-29 14:48:10 +0000
committerStefan Monnier2009-08-29 14:48:10 +0000
commit0c3cc4dde115b83b9f3cb1f815ddd12404aee649 (patch)
tree0d44695650901c2bd678dae9940af73bf2b08aa8 /lisp/ChangeLog
parent3e344045c545c640b88df0ccdf2c36d66d0502af (diff)
downloademacs-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/ChangeLog3
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 @@
12009-08-29 Stefan Monnier <monnier@iro.umontreal.ca> 12009-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