comparison etc/NEWS @ 82504:b5ffcd309b13

Binding inhibit-modification-hooks was merged into 22.2.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 21 Aug 2007 18:22:54 +0000
parents a635ddf58f79
children e912a8676e84
comparison
equal deleted inserted replaced
82503:ee14b9e1fa7f 82504:b5ffcd309b13
173 ** The function `dired-call-process' has been removed. 173 ** The function `dired-call-process' has been removed.
174 174
175 175
176 * Lisp Changes in Emacs 23.1 176 * Lisp Changes in Emacs 23.1
177 177
178 +++
179 ** inhibit-modification-hooks is bound to t while running modification hooks.
180 As a happy consequence, after-change-functions and before-change-functions
181 are not bound to nil any more while running an (after|before)-change-function.
182
183 ** Non-breaking space now acts as whitespace. 178 ** Non-breaking space now acts as whitespace.
184 179
185 +++ 180 +++
186 ** In `condition-case', a handler can specify "let the debugger run first". 181 ** In `condition-case', a handler can specify "let the debugger run first".
187 182