comparison etc/NEWS @ 82414:a635ddf58f79

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 16 Aug 2007 20:46:34 +0000
parents 0cf389416652
children b5ffcd309b13 aaccdab0ee26
comparison
equal deleted inserted replaced
82413:e1ded9392645 82414:a635ddf58f79
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
178 ** Non-breaking space now acts as whitespace. 183 ** Non-breaking space now acts as whitespace.
179 184
180 +++ 185 +++
181 ** In `condition-case', a handler can specify "let the debugger run first". 186 ** In `condition-case', a handler can specify "let the debugger run first".
182 187