emacs-diffs
[Top][All Lists]
Advanced

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

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


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

Index: emacs/src/undo.c
diff -c emacs/src/undo.c:1.55 emacs/src/undo.c:1.56
*** emacs/src/undo.c:1.55       Thu Apr  4 15:42:56 2002
--- emacs/src/undo.c    Wed Jul 10 04:43:58 2002
***************
*** 399,405 ****
  {
    struct gcpro gcpro1, gcpro2;
    Lisp_Object next;
!   int count = BINDING_STACK_SIZE ();
    register int arg;
    
  #if 0  /* This is a good feature, but would make undo-start
--- 399,405 ----
  {
    struct gcpro gcpro1, gcpro2;
    Lisp_Object next;
!   int count = SPECPDL_INDEX ();
    register int arg;
    
  #if 0  /* This is a good feature, but would make undo-start



reply via email to

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