emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/frame.c


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/frame.c
Date: Thu, 28 Feb 2002 20:06:02 -0500

Index: emacs/src/frame.c
diff -c emacs/src/frame.c:1.280 emacs/src/frame.c:1.281
*** emacs/src/frame.c:1.280     Sat Feb 16 18:53:22 2002
--- emacs/src/frame.c   Wed Feb 20 18:44:18 2002
***************
*** 2542,2548 ****
  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);
  
    DEFVAR_KBOARD ("default-minibuffer-frame", Vdefault_minibuffer_frame,
                 doc: /* Minibufferless frames use this frame's minibuffer.
--- 2542,2548 ----
  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 = Qt;
  
    DEFVAR_KBOARD ("default-minibuffer-frame", Vdefault_minibuffer_frame,
                 doc: /* Minibufferless frames use this frame's minibuffer.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]