From: Richard M. Stallman Date: Wed, 18 Mar 1998 20:03:48 +0000 (+0000) Subject: (focus-follows-mouse): Make it defcustom. X-Git-Tag: emacs-20.3~1859 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0ac18fb09b7e8e13d61cb2e375b4f22ba5aeb8b1;p=emacs.git (focus-follows-mouse): Make it defcustom. --- 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." (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.