# HG changeset patch # User Martin Rudalics # Date 1191665308 0 # Node ID b6585f51bde90a0fc6639923cb7e36060f048ec0 # Parent 15fe36cffb963fdd6c2d8785d699c6f363e27828 (focus-follows-mouse): Moved to frame.c. diff -r 15fe36cffb96 -r b6585f51bde9 lisp/frame.el --- a/lisp/frame.el Sat Oct 06 10:06:28 2007 +0000 +++ b/lisp/frame.el Sat Oct 06 10:08:28 2007 +0000 @@ -681,15 +681,6 @@ (nreverse frame-initial-geometry-arguments)) (cdr param-list)) -(defcustom focus-follows-mouse (not (memq window-system '(mac w32))) - "*Non-nil if window system changes focus when you move the mouse. -You should set this variable to tell Emacs how your window manager -handles focus, since there is no way in general for Emacs to find out -automatically." - :type 'boolean - :group 'frames - :version "20.3") - (defun select-frame-set-input-focus (frame) "Select FRAME, raise it, and set input focus, if possible." (select-frame frame)