]> git.eshelyaron.com Git - emacs.git/commitdiff
(focus-follows-mouse): Moved to frame.c.
authorMartin Rudalics <rudalics@gmx.at>
Sat, 6 Oct 2007 10:08:28 +0000 (10:08 +0000)
committerMartin Rudalics <rudalics@gmx.at>
Sat, 6 Oct 2007 10:08:28 +0000 (10:08 +0000)
lisp/frame.el

index 99142b1bbd42cdbf6c58da0b86fa5bb40c3a8b95..a169a8ec03ce01bc1942a15a44ff4a8f1af9d022 100644 (file)
@@ -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)