From: Kim F. Storm Date: Wed, 20 Feb 2002 23:45:51 +0000 (+0000) Subject: (syms_of_frame): Change mouse-highlight default to t. X-Git-Tag: ttn-vms-21-2-B4~16550 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2a28d4719c12fc5e1d383c1300131d536e6b11b2;p=emacs.git (syms_of_frame): Change mouse-highlight default to t. --- diff --git a/src/ChangeLog b/src/ChangeLog index 04348f4fe19..9bd94125c7e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,4 +1,6 @@ -2002-02-20 Kim F. Storm +2002-02-21 Kim F. Storm + + * frame.c (syms_of_frame): Change mouse-highlight default to t. * keyboard.c (kbd_buffer_get_event) [WINDOWSNT]: Corrected composing of language-change event. diff --git a/src/frame.c b/src/frame.c index d6789065311..e4e3e3b4c3d 100644 --- a/src/frame.c +++ b/src/frame.c @@ -2542,7 +2542,7 @@ If the value is an integer, highlighting is only shown after moving the 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.