aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/frame.el
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu <[email protected]>2006-09-23 09:16:40 +0000
committerYAMAMOTO Mitsuharu <[email protected]>2006-09-23 09:16:40 +0000
commit2ff62eacf84b86f08fd2940152f173c9a76f09a3 (patch)
treedf3bb631023f4ee1a556f01573d8f37278482029 /lisp/frame.el
parentb50685893e18fab719e836b97272e5e0f7155931 (diff)
(focus-follows-mouse): Set default to nil on Mac.
Diffstat (limited to 'lisp/frame.el')
-rw-r--r--lisp/frame.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/frame.el b/lisp/frame.el
index 8f7fdf1fd5..9aba8c5408 100644
--- a/lisp/frame.el
+++ b/lisp/frame.el
@@ -681,7 +681,7 @@ the user during startup."
(nreverse frame-initial-geometry-arguments))
(cdr param-list))
-(defcustom focus-follows-mouse t
+(defcustom focus-follows-mouse (not (eq window-system 'mac))
"*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