aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1998-03-18 20:03:48 +0000
committerRichard M. Stallman <[email protected]>1998-03-18 20:03:48 +0000
commit0ac18fb09b7e8e13d61cb2e375b4f22ba5aeb8b1 (patch)
tree383d11e84971e5d5b149a1445cc7355246299eaf /lisp
parent26ef026df84546906a81ad42929962e6a2ea0fc8 (diff)
(focus-follows-mouse): Make it defcustom.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/frame.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/frame.el b/lisp/frame.el
index 2fbc53b915..82b42b0669 100644
--- a/lisp/frame.el
+++ b/lisp/frame.el
@@ -497,8 +497,10 @@ the user during startup."
(cdr param-list))
-(defvar focus-follows-mouse t
- "*Non-nil if window system changes focus when you move the mouse.")
+(defcustom focus-follows-mouse t
+ "*Non-nil if window system changes focus when you move the mouse."
+ :type 'boolean
+ :group 'frames)
(defun other-frame (arg)
"Select the ARG'th different visible frame, and raise it.