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 2fbc53b9157..82b42b06691 100644
--- a/lisp/frame.el
+++ b/lisp/frame.el
@@ -497,8 +497,10 @@ the user during startup."
497 (cdr param-list)) 497 (cdr param-list))
498 498
499 499
500(defvar focus-follows-mouse t 500(defcustom focus-follows-mouse t
501 "*Non-nil if window system changes focus when you move the mouse.") 501 "*Non-nil if window system changes focus when you move the mouse."
502 :type 'boolean
503 :group 'frames)
502 504
503(defun other-frame (arg) 505(defun other-frame (arg)
504 "Select the ARG'th different visible frame, and raise it. 506 "Select the ARG'th different visible frame, and raise it.