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: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/eval.c
Date: Fri, 26 Nov 2004 06:53:43 -0500

Index: emacs/src/eval.c
diff -c emacs/src/eval.c:1.226 emacs/src/eval.c:1.227
*** emacs/src/eval.c:1.226      Mon Nov 22 05:26:50 2004
--- emacs/src/eval.c    Fri Nov 26 11:47:20 2004
***************
*** 789,795 ****
        else
        { /* Check if there is really a global binding rather than just a let
             binding that shadows the global unboundness of the var.  */
!         struct specbinding *pdl = specpdl_ptr;
          while (--pdl >= specpdl)
            {
              if (EQ (pdl->symbol, sym) && !pdl->func
--- 789,795 ----
        else
        { /* Check if there is really a global binding rather than just a let
             binding that shadows the global unboundness of the var.  */
!         volatile struct specbinding *pdl = specpdl_ptr;
          while (--pdl >= specpdl)
            {
              if (EQ (pdl->symbol, sym) && !pdl->func




reply via email to

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