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: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.c
Date: Wed, 03 Apr 2002 03:36:56 -0500

Index: emacs/src/keyboard.c
diff -c emacs/src/keyboard.c:1.668 emacs/src/keyboard.c:1.669
*** emacs/src/keyboard.c:1.668  Tue Apr  2 23:49:33 2002
--- emacs/src/keyboard.c        Wed Apr  3 03:36:56 2002
***************
*** 2693,2699 ****
        if (CONSP (c) && EQ (XCAR (c), Qselect_window))
        /* We stopped being idle for this event; undo that.  This
           prevents automatic window selection (under
!          autoselect_window_p from acting as a real input event, for
           example banishing the mouse under mouse-avoidance-mode.  */
        timer_idleness_start_time = last_idle_start;
  
--- 2693,2699 ----
        if (CONSP (c) && EQ (XCAR (c), Qselect_window))
        /* We stopped being idle for this event; undo that.  This
           prevents automatic window selection (under
!          mouse_autoselect_window from acting as a real input event, for
           example banishing the mouse under mouse-avoidance-mode.  */
        timer_idleness_start_time = last_idle_start;
  



reply via email to

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