aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2006-09-23 09:17:00 +0000
committerYAMAMOTO Mitsuharu2006-09-23 09:17:00 +0000
commit1e2d7573a8a9578b2e270f1ace0d1edb4d3e2185 (patch)
tree860d4fbf42c6d8a0d585edec69c87c111cbf062a
parent2ff62eacf84b86f08fd2940152f173c9a76f09a3 (diff)
downloademacs-1e2d7573a8a9578b2e270f1ace0d1edb4d3e2185.tar.gz
emacs-1e2d7573a8a9578b2e270f1ace0d1edb4d3e2185.zip
(command-line): Use `custom-reevaluate-setting' for
`focus-follows-mouse'.
-rw-r--r--lisp/ChangeLog7
-rw-r--r--lisp/startup.el1
2 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 70e50db9733..ae7325d6a92 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * frame.el (focus-follows-mouse): Set default to nil on Mac.
4
5 * startup.el (command-line): Use `custom-reevaluate-setting' for
6 `focus-follows-mouse'.
7
12006-09-22 Richard Stallman <rms@gnu.org> 82006-09-22 Richard Stallman <rms@gnu.org>
2 9
3 * cus-edit.el (custom-buffer-create-internal): In `emacs -q', 10 * 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'."
779 (custom-reevaluate-setting 'mouse-wheel-up-event) 779 (custom-reevaluate-setting 'mouse-wheel-up-event)
780 (custom-reevaluate-setting 'file-name-shadow-mode) 780 (custom-reevaluate-setting 'file-name-shadow-mode)
781 (custom-reevaluate-setting 'send-mail-function) 781 (custom-reevaluate-setting 'send-mail-function)
782 (custom-reevaluate-setting 'focus-follows-mouse)
782 783
783 ;; Register default TTY colors for the case the terminal hasn't a 784 ;; Register default TTY colors for the case the terminal hasn't a
784 ;; terminal init file. 785 ;; terminal init file.