diff src/minibuf.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 98786eb38aed
children 1fb8f75062c6
line wrap: on
line diff
--- a/src/minibuf.c	Wed Jul 10 08:41:28 2002 +0000
+++ b/src/minibuf.c	Wed Jul 10 08:45:24 2002 +0000
@@ -565,7 +565,7 @@
 
   /* Erase the buffer.  */
   {
-    int count1 = BINDING_STACK_SIZE ();
+    int count1 = SPECPDL_INDEX ();
     specbind (Qinhibit_read_only, Qt);
     specbind (Qinhibit_modification_hooks, Qt);
     Ferase_buffer ();