/[emacs]/emacs/src/keyboard.c
ViewVC logotype

Diff of /emacs/src/keyboard.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.687 by lektu, Thu Jul 4 10:37:38 2002 UTC revision 1.688 by fx, Fri Jul 5 18:51:59 2002 UTC
# Line 8375  read_key_sequence (keybuf, bufsize, prom Line 8375  read_key_sequence (keybuf, bufsize, prom
8375               keymap may have changed, so replay the sequence.  */               keymap may have changed, so replay the sequence.  */
8376            if (BUFFERP (key))            if (BUFFERP (key))
8377              {              {
8378                EMACS_TIME initial_idleness_start_time                EMACS_TIME initial_idleness_start_time;
8379                  = timer_last_idleness_start_time;                EMACS_SET_SECS_USECS (initial_idleness_start_time,
8380                                        EMACS_SECS (timer_last_idleness_start_time),
8381                                        EMACS_USECS (timer_last_idleness_start_time));
8382    
8383                /* Resume idle state, using the same start-time as before.  */                /* Resume idle state, using the same start-time as before.  */
8384                timer_start_idle ();                timer_start_idle ();

Legend:
Removed from v.1.687  
changed lines
  Added in v.1.688

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26