comparison etc/NEWS @ 82218:dec066204588

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Mon, 30 Jul 2007 20:08:56 +0000
parents 8608982353b2
children fc334008c1ed 539530fa389c
comparison
equal deleted inserted replaced
82217:7087853a997f 82218:dec066204588
163 ** The function `dired-call-process' has been removed. 163 ** The function `dired-call-process' has been removed.
164 164
165 165
166 * Lisp Changes in Emacs 23.1 166 * Lisp Changes in Emacs 23.1
167 167
168 ** Non-breaking space now acts as whitespace.
169
168 +++ 170 +++
169 ** In `condition-case', a handler can specify "let the debugger run first". 171 ** In `condition-case', a handler can specify "let the debugger run first".
170 172
171 You do this by writing `debug' in the list of conditions to be handled, 173 You do this by writing `debug' in the list of conditions to be handled,
172 like this: 174 like this: