diff src/keyboard.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 92759818ae6d
children 1fb8f75062c6
line wrap: on
line diff
--- a/src/keyboard.c	Wed Jul 10 08:41:28 2002 +0000
+++ b/src/keyboard.c	Wed Jul 10 08:45:24 2002 +0000
@@ -2090,7 +2090,7 @@
 	{
 	  if (STRINGP (help))
 	    {
-	      int count = BINDING_STACK_SIZE ();
+	      int count = SPECPDL_INDEX ();
 
 	      if (!help_echo_showing_p)
 		Vpre_help_message = current_message ();
@@ -4204,7 +4204,7 @@
 	  if (NILP (vector[0]))
 	    {
 	      int was_locked = single_kboard;
-	      int count = BINDING_STACK_SIZE ();
+	      int count = SPECPDL_INDEX ();
 	      Lisp_Object old_deactivate_mark = Vdeactivate_mark;
 
 	      /* Mark the timer as triggered to prevent problems if the lisp
@@ -9517,7 +9517,7 @@
 	  Lisp_Object binding;
 	  char *newmessage;
 	  int message_p = push_message ();
-	  int count = BINDING_STACK_SIZE ();
+	  int count = SPECPDL_INDEX ();
 
 	  record_unwind_protect (push_message_unwind, Qnil);
 	  binding = Fkey_description (bindings);