From 0ac18fb09b7e8e13d61cb2e375b4f22ba5aeb8b1 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 18 Mar 1998 20:03:48 +0000 Subject: (focus-follows-mouse): Make it defcustom. --- lisp/frame.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lisp') 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. -- cgit v1.2.3