-2002-02-20 Kim F. Storm <storm@cua.dk>
+2002-02-21 Kim F. Storm <storm@cua.dk>
+
+ * frame.c (syms_of_frame): Change mouse-highlight default to t.
* keyboard.c (kbd_buffer_get_event) [WINDOWSNT]: Corrected
composing of language-change event.
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.