diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2002-07-10 08:45:24 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2002-07-10 08:45:24 +0000 |
commit | 331379bfa7599889e6fab3186607daaf8673cf72 (patch) | |
tree | c18efd0df0e9d2cccd4aa04b03f25b41ceaeccb9 /src/undo.c | |
parent | c929397dc14a09333984e0e21f5197bb62b33a68 (diff) | |
download | emacs-331379bfa7599889e6fab3186607daaf8673cf72.tar.gz |
Rename BINDING_STACK_SIZE to SPECPDL_INDEX.
Diffstat (limited to 'src/undo.c')
-rw-r--r-- | src/undo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/undo.c b/src/undo.c index bf0c9f5b669..714c3022d96 100644 --- a/src/undo.c +++ b/src/undo.c @@ -399,7 +399,7 @@ Return what remains of the list. */) { struct gcpro gcpro1, gcpro2; Lisp_Object next; - int count = BINDING_STACK_SIZE (); + int count = SPECPDL_INDEX (); register int arg; #if 0 /* This is a good feature, but would make undo-start |