emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/minibuf.c
Date: Wed, 10 Jul 2002 04:44:10 -0400

Index: emacs/src/minibuf.c
diff -c emacs/src/minibuf.c:1.244 emacs/src/minibuf.c:1.245
*** emacs/src/minibuf.c:1.244   Sun Jul  7 17:09:14 2002
--- emacs/src/minibuf.c Wed Jul 10 04:44:10 2002
***************
*** 565,571 ****
  
    /* Erase the buffer.  */
    {
!     int count1 = BINDING_STACK_SIZE ();
      specbind (Qinhibit_read_only, Qt);
      specbind (Qinhibit_modification_hooks, Qt);
      Ferase_buffer ();
--- 565,571 ----
  
    /* Erase the buffer.  */
    {
!     int count1 = SPECPDL_INDEX ();
      specbind (Qinhibit_read_only, Qt);
      specbind (Qinhibit_modification_hooks, Qt);
      Ferase_buffer ();



reply via email to

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