emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/data.c
Date: Sat, 17 May 2003 08:42:31 -0400

Index: emacs/src/data.c
diff -c emacs/src/data.c:1.223 emacs/src/data.c:1.224
*** emacs/src/data.c:1.223      Thu Apr 17 21:23:23 2003
--- emacs/src/data.c    Sat May 17 08:42:31 2003
***************
*** 1092,1098 ****
  let_shadows_buffer_binding_p (symbol)
       Lisp_Object symbol;
  {
!   struct specbinding *p;
  
    for (p = specpdl_ptr - 1; p >= specpdl; p--)
      if (p->func == NULL
--- 1092,1098 ----
  let_shadows_buffer_binding_p (symbol)
       Lisp_Object symbol;
  {
!   volatile struct specbinding *p;
  
    for (p = specpdl_ptr - 1; p >= specpdl; p--)
      if (p->func == NULL




reply via email to

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