emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/window.el,v


From: Martin Rudalics
Subject: [Emacs-diffs] Changes to emacs/lisp/window.el,v
Date: Fri, 12 Oct 2007 06:23:08 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Martin Rudalics <m061211>       07/10/12 06:23:08

Index: window.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/window.el,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -b -r1.125 -r1.126
--- window.el   9 Oct 2007 08:52:48 -0000       1.125
+++ window.el   12 Oct 2007 06:23:07 -0000      1.126
@@ -1019,10 +1019,6 @@
       (when mouse-autoselect-window
        ;; Reset state of delayed autoselection.
        (setq mouse-autoselect-window-state nil)
-       ;; Set input focus to handle cross-frame movement.  Bind
-       ;; `focus-follows-mouse' to avoid moving the mouse cursor.
-       (let (focus-follows-mouse)
-         (select-frame-set-input-focus (window-frame window)))
        ;; Run `mouse-leave-buffer-hook' when autoselecting window.
        (run-hooks 'mouse-leave-buffer-hook))
       (select-window window))))




reply via email to

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