/[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.666 by pj, Mon Apr 1 13:42:32 2002 UTC revision 1.667 by eliz, Tue Apr 2 15:53:14 2002 UTC
# Line 2690  read_char (commandflag, nmaps, maps, pre Line 2690  read_char (commandflag, nmaps, maps, pre
2690        last_input_char = c;        last_input_char = c;
2691        Fcommand_execute (tem, Qnil, Fvector (1, &last_input_char), Qt);        Fcommand_execute (tem, Qnil, Fvector (1, &last_input_char), Qt);
2692    
2693          if (CONSP (c) && EQ (XCAR (c), Qselect_window))
2694            /* We stopped being idle for this event; undo that.  This
2695               prevents automatic window selection (under
2696               autoselect_window_p from acting as a real input event, for
2697               example banishing the mouse under mouse-avoidance-mode.  */
2698            timer_idleness_start_time = last_idle_start;
2699    
2700        /* Resume allowing input from any kboard, if that was true before.  */        /* Resume allowing input from any kboard, if that was true before.  */
2701        if (!was_locked)        if (!was_locked)
2702          any_kboard_state ();          any_kboard_state ();

Legend:
Removed from v.1.666  
changed lines
  Added in v.1.667

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