]> code.delx.au - gnu-emacs/commitdiff
(syms_of_frame): Change mouse-highlight default to t.
authorKim F. Storm <storm@cua.dk>
Wed, 20 Feb 2002 23:45:51 +0000 (23:45 +0000)
committerKim F. Storm <storm@cua.dk>
Wed, 20 Feb 2002 23:45:51 +0000 (23:45 +0000)
src/ChangeLog
src/frame.c

index 04348f4fe191c902d45fa3f69adae8c0ea0a69cb..9bd94125c7e5fe854e5ccf70bc2b1952777a7b3b 100644 (file)
@@ -1,4 +1,6 @@
-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.
index d6789065311fd9e14621c22247b70825372d9413..e4e3e3b4c3d4dcd0e477cd3ccfe898cea48bf36e 100644 (file)
@@ -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.