emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/etc/NEWS,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS,v
Date: Sat, 14 Jul 2007 18:31:41 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       07/07/14 18:31:41

Index: NEWS
===================================================================
RCS file: /cvsroot/emacs/emacs/etc/NEWS,v
retrieving revision 1.1509
retrieving revision 1.1510
diff -u -b -r1.1509 -r1.1510
--- NEWS        13 Jul 2007 23:20:20 -0000      1.1509
+++ NEWS        14 Jul 2007 18:31:40 -0000      1.1510
@@ -146,6 +146,16 @@
 
 * Lisp Changes in Emacs 23.1
 
++++ 
+** In `condition-case', a handler can specify "let the debugger run first".
+
+You do this by writing `debug' in the list of conditions to be handled,
+like this:
+
+    (condition-case nil
+       (foo bar)
+      ((debug error) nil))
+
 ** The `require-match' argument to `completing-read' accepts a new value
 `confirm-only'.
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]