[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/eval.c,v [EMACS_22_BASE]
From: |
Chong Yidong |
Subject: |
[Emacs-diffs] Changes to emacs/src/eval.c,v [EMACS_22_BASE] |
Date: |
Tue, 26 Aug 2008 20:22:46 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Branch: EMACS_22_BASE
Changes by: Chong Yidong <cyd> 08/08/26 20:22:45
Index: eval.c
===================================================================
RCS file: /sources/emacs/emacs/src/eval.c,v
retrieving revision 1.276.2.9
retrieving revision 1.276.2.10
diff -u -b -r1.276.2.9 -r1.276.2.10
--- eval.c 8 Jan 2008 04:30:11 -0000 1.276.2.9
+++ eval.c 26 Aug 2008 20:22:45 -0000 1.276.2.10
@@ -1350,7 +1350,7 @@
When a handler handles an error, control returns to the `condition-case'
and it executes the handler's BODY...
-with VAR bound to (SIGNALED-CONDITIONS . SIGNAL-DATA) from the error.
+with VAR bound to (ERROR-SYMBOL . SIGNAL-DATA) from the error.
(If VAR is nil, the handler can't access that information.)
Then the value of the last BODY form is returned from the `condition-case'
expression.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/src/eval.c,v [EMACS_22_BASE],
Chong Yidong <=