changeset 43442:400971c52790

(syms_of_frame): Change mouse-highlight default to t.
author Kim F. Storm <storm@cua.dk>
date Wed, 20 Feb 2002 23:44:18 +0000
parents 8a2a5b631640
children e01198f6059e
files src/frame.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/frame.c	Wed Feb 20 23:01:48 2002 +0000
+++ b/src/frame.c	Wed Feb 20 23:44:18 2002 +0000
@@ -2542,7 +2542,7 @@
 mouse, while keyboard input turns off the highlight even when the mouse
 is over the clickable text.  However, the mouse shape still indicates
 when the mouse is over clickable text.  */);
-  Vmouse_highlight = make_number (1);
+  Vmouse_highlight = Qt;
 
   DEFVAR_KBOARD ("default-minibuffer-frame", Vdefault_minibuffer_frame,
 		 doc: /* Minibufferless frames use this frame's minibuffer.