comparison lisp/ChangeLog @ 104705:e8247765661a

(ispell-accept-output, ispell-command-loop): Use with-current-buffer.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 29 Aug 2009 14:48:10 +0000
parents d4c299706e80
children 016c8ff34021
comparison
equal deleted inserted replaced
104704:ac32d8c1536f 104705:e8247765661a
1 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca> 1 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
4 Use with-current-buffer.
2 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
6 to an immutable variable, or a non-variable. 9 to an immutable variable, or a non-variable.