From: Martin Rudalics Date: Sat, 6 Oct 2007 10:08:28 +0000 (+0000) Subject: (focus-follows-mouse): Moved to frame.c. X-Git-Tag: emacs-pretest-22.1.90~662 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9bcf0f44a1bf2f691f338e5fc2d7c3ac3349e379;p=emacs.git (focus-follows-mouse): Moved to frame.c. --- diff --git a/lisp/frame.el b/lisp/frame.el index 99142b1bbd4..a169a8ec03c 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -681,15 +681,6 @@ the user during startup." (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)