emacs-diffs
[Top][All Lists]
Advanced

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

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


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

Index: emacs/src/keyboard.c
diff -c emacs/src/keyboard.c:1.688 emacs/src/keyboard.c:1.689
*** emacs/src/keyboard.c:1.688  Fri Jul  5 14:51:59 2002
--- emacs/src/keyboard.c        Wed Jul 10 04:44:44 2002
***************
*** 2090,2096 ****
        {
          if (STRINGP (help))
            {
!             int count = BINDING_STACK_SIZE ();
  
              if (!help_echo_showing_p)
                Vpre_help_message = current_message ();
--- 2090,2096 ----
        {
          if (STRINGP (help))
            {
!             int count = SPECPDL_INDEX ();
  
              if (!help_echo_showing_p)
                Vpre_help_message = current_message ();
***************
*** 4204,4210 ****
          if (NILP (vector[0]))
            {
              int was_locked = single_kboard;
!             int count = BINDING_STACK_SIZE ();
              Lisp_Object old_deactivate_mark = Vdeactivate_mark;
  
              /* Mark the timer as triggered to prevent problems if the lisp
--- 4204,4210 ----
          if (NILP (vector[0]))
            {
              int was_locked = single_kboard;
!             int count = SPECPDL_INDEX ();
              Lisp_Object old_deactivate_mark = Vdeactivate_mark;
  
              /* Mark the timer as triggered to prevent problems if the lisp
***************
*** 9517,9523 ****
          Lisp_Object binding;
          char *newmessage;
          int message_p = push_message ();
!         int count = BINDING_STACK_SIZE ();
  
          record_unwind_protect (push_message_unwind, Qnil);
          binding = Fkey_description (bindings);
--- 9517,9523 ----
          Lisp_Object binding;
          char *newmessage;
          int message_p = push_message ();
!         int count = SPECPDL_INDEX ();
  
          record_unwind_protect (push_message_unwind, Qnil);
          binding = Fkey_description (bindings);



reply via email to

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