comparison etc/NEWS @ 104880:02bf3383a22f

(with-silent-modifications): New macro.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 08 Sep 2009 19:42:21 +0000
parents 5ba38f143540
children 7afec306d4c6
comparison
equal deleted inserted replaced
104879:eccd5fb371c2 104880:02bf3383a22f
198 ** js.el is a new major mode for JavaScript files. 198 ** js.el is a new major mode for JavaScript files.
199 199
200 200
201 * Lisp changes in Emacs 23.2 201 * Lisp changes in Emacs 23.2
202 202
203 ** New macro with-silent-modifications to tweak text properties without
204 affecting the buffer's modification state.
203 ** All the default-FOO variables that hold the default value of the FOO 205 ** All the default-FOO variables that hold the default value of the FOO
204 variable, are now declared obsolete. 206 variable, are now declared obsolete.
205 207
206 ** read-key is a function halfway between read-event and read-key-sequence. 208 ** read-key is a function halfway between read-event and read-key-sequence.
207 It reads a single key, but obeys input and escape sequence decoding. 209 It reads a single key, but obeys input and escape sequence decoding.