aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/frame.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/frame.el b/lisp/frame.el
index 8f7fdf1fd5c..9aba8c54089 100644
--- a/lisp/frame.el
+++ b/lisp/frame.el
@@ -681,7 +681,7 @@ 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 t 684(defcustom focus-follows-mouse (not (eq window-system 'mac))
685 "*Non-nil if window system changes focus when you move the mouse. 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 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 687handles focus, since there is no way in general for Emacs to find out