changeset 50762:921f62e6b6ad

(unbind_to): Don't handle symbol = Qnil any more.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 01 May 2003 00:40:45 +0000
parents 3afa0d82e92e
children 89b4fef23a86
files src/eval.c
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/eval.c	Thu May 01 00:36:21 2003 +0000
+++ b/src/eval.c	Thu May 01 00:40:45 2003 +0000
@@ -3074,10 +3074,6 @@
 
       if (specpdl_ptr->func != 0)
 	(*specpdl_ptr->func) (specpdl_ptr->old_value);
-      /* Note that a "binding" of nil is really an unwind protect,
-	 so in that case the "old value" is a list of forms to evaluate.  */
-      else if (NILP (specpdl_ptr->symbol))
-	Fprogn (specpdl_ptr->old_value);
       /* If the symbol is a list, it is really (SYMBOL WHERE
 	 . CURRENT-BUFFER) where WHERE is either nil, a buffer, or a
 	 frame.  If WHERE is a buffer or frame, this indicates we