emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/eval.c


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/eval.c
Date: Wed, 30 Apr 2003 20:40:45 -0400

Index: emacs/src/eval.c
diff -c emacs/src/eval.c:1.206 emacs/src/eval.c:1.207
*** emacs/src/eval.c:1.206      Wed Apr 30 08:06:04 2003
--- emacs/src/eval.c    Wed Apr 30 20:40:45 2003
***************
*** 3074,3083 ****
  
        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
--- 3074,3079 ----




reply via email to

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