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 [EMACS_22_BASE]


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

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Martin Rudalics <m061211>       07/10/12 06:25:56

Index: window.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/window.el,v
retrieving revision 1.120.2.3
retrieving revision 1.120.2.4
diff -u -b -r1.120.2.3 -r1.120.2.4
--- window.el   6 Oct 2007 10:17:00 -0000       1.120.2.3
+++ window.el   12 Oct 2007 06:25:55 -0000      1.120.2.4
@@ -925,10 +925,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]