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: Dave Love
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.c
Date: Fri, 05 Jul 2002 14:52:00 -0400

Index: emacs/src/keyboard.c
diff -c emacs/src/keyboard.c:1.687 emacs/src/keyboard.c:1.688
*** emacs/src/keyboard.c:1.687  Thu Jul  4 06:37:38 2002
--- emacs/src/keyboard.c        Fri Jul  5 14:51:59 2002
***************
*** 8375,8382 ****
             keymap may have changed, so replay the sequence.  */
          if (BUFFERP (key))
            {
!             EMACS_TIME initial_idleness_start_time
!               = timer_last_idleness_start_time;
  
              /* Resume idle state, using the same start-time as before.  */
              timer_start_idle ();
--- 8375,8384 ----
             keymap may have changed, so replay the sequence.  */
          if (BUFFERP (key))
            {
!             EMACS_TIME initial_idleness_start_time;
!             EMACS_SET_SECS_USECS (initial_idleness_start_time,
!                                   EMACS_SECS (timer_last_idleness_start_time),
!                                   EMACS_USECS 
(timer_last_idleness_start_time));
  
              /* Resume idle state, using the same start-time as before.  */
              timer_start_idle ();



reply via email to

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