Mercurial > emacs
diff src/undo.c @ 46285:3f111801efb4
Rename BINDING_STACK_SIZE to SPECPDL_INDEX.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Wed, 10 Jul 2002 08:45:24 +0000 |
| parents | 0abb30765386 |
| children | 40db0673e6f0 |
line wrap: on
line diff
--- a/src/undo.c Wed Jul 10 08:41:28 2002 +0000 +++ b/src/undo.c Wed Jul 10 08:45:24 2002 +0000 @@ -399,7 +399,7 @@ { 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
