From 2ff62eacf84b86f08fd2940152f173c9a76f09a3 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Mitsuharu Date: Sat, 23 Sep 2006 09:16:40 +0000 Subject: [PATCH] (focus-follows-mouse): Set default to nil on Mac. --- lisp/frame.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." (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 -- 2.39.2