From 1e2d7573a8a9578b2e270f1ace0d1edb4d3e2185 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Mitsuharu Date: Sat, 23 Sep 2006 09:17:00 +0000 Subject: [PATCH] (command-line): Use `custom-reevaluate-setting' for `focus-follows-mouse'. --- lisp/ChangeLog | 7 +++++++ lisp/startup.el | 1 + 2 files changed, 8 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 70e50db9733..ae7325d6a92 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2006-09-23 YAMAMOTO Mitsuharu + + * frame.el (focus-follows-mouse): Set default to nil on Mac. + + * startup.el (command-line): Use `custom-reevaluate-setting' for + `focus-follows-mouse'. + 2006-09-22 Richard Stallman * cus-edit.el (custom-buffer-create-internal): In `emacs -q', diff --git a/lisp/startup.el b/lisp/startup.el index 8ac1cef5237..3db972c3d23 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -779,6 +779,7 @@ or `CVS', and any subdirectory that contains a file named `.nosearch'." (custom-reevaluate-setting 'mouse-wheel-up-event) (custom-reevaluate-setting 'file-name-shadow-mode) (custom-reevaluate-setting 'send-mail-function) + (custom-reevaluate-setting 'focus-follows-mouse) ;; Register default TTY colors for the case the terminal hasn't a ;; terminal init file. -- 2.39.2