aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
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.