aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Rudalics2007-10-06 10:08:28 +0000
committerMartin Rudalics2007-10-06 10:08:28 +0000
commit9bcf0f44a1bf2f691f338e5fc2d7c3ac3349e379 (patch)
tree66c320efa72a67085977f78547cc293676bf7f86
parentf4c307a53b1e7fd20f5b93c4f6fe271e4ae770c9 (diff)
downloademacs-9bcf0f44a1bf2f691f338e5fc2d7c3ac3349e379.tar.gz
emacs-9bcf0f44a1bf2f691f338e5fc2d7c3ac3349e379.zip
(focus-follows-mouse): Moved to frame.c.
-rw-r--r--lisp/frame.el9
1 files changed, 0 insertions, 9 deletions
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."
681 (nreverse frame-initial-geometry-arguments)) 681 (nreverse frame-initial-geometry-arguments))
682 (cdr param-list)) 682 (cdr param-list))
683 683
684(defcustom focus-follows-mouse (not (memq window-system '(mac w32)))
685 "*Non-nil if window system changes focus when you move the mouse.
686You should set this variable to tell Emacs how your window manager
687handles focus, since there is no way in general for Emacs to find out
688automatically."
689 :type 'boolean
690 :group 'frames
691 :version "20.3")
692
693(defun select-frame-set-input-focus (frame) 684(defun select-frame-set-input-focus (frame)
694 "Select FRAME, raise it, and set input focus, if possible." 685 "Select FRAME, raise it, and set input focus, if possible."
695 (select-frame frame) 686 (select-frame frame)