]> git.eshelyaron.com Git - emacs.git/commitdiff
(focus-follows-mouse): Make it defcustom.
authorRichard M. Stallman <rms@gnu.org>
Wed, 18 Mar 1998 20:03:48 +0000 (20:03 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 18 Mar 1998 20:03:48 +0000 (20:03 +0000)
lisp/frame.el

index 2fbc53b91576850ec8980eb3510927c581778106..82b42b0669122a3f621832ef83cc821fabde77a5 100644 (file)
@@ -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.