[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/eval.c,v
From: |
Chong Yidong |
Subject: |
[Emacs-diffs] Changes to emacs/src/eval.c,v |
Date: |
Tue, 26 Aug 2008 20:23:33 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Changes by: Chong Yidong <cyd> 08/08/26 20:23:32
Index: eval.c
===================================================================
RCS file: /sources/emacs/emacs/src/eval.c,v
retrieving revision 1.305
retrieving revision 1.306
diff -u -b -r1.305 -r1.306
--- eval.c 28 Jul 2008 12:25:10 -0000 1.305
+++ eval.c 26 Aug 2008 20:23:32 -0000 1.306
@@ -1377,7 +1377,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.
- [Emacs-diffs] Changes to emacs/src/eval.c,v,
Chong Yidong <=