diff lisp/frame.el @ 21215:2702850b72d6

(focus-follows-mouse): Make it defcustom.
author Richard M. Stallman <rms@gnu.org>
date Wed, 18 Mar 1998 20:03:48 +0000
parents 7a873226ee07
children 54c89f745c5d
line wrap: on
line diff
--- a/lisp/frame.el	Wed Mar 18 20:02:27 1998 +0000
+++ b/lisp/frame.el	Wed Mar 18 20:03:48 1998 +0000
@@ -497,8 +497,10 @@
   (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.