Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2a28d471
Commit
2a28d471
authored
Feb 20, 2002
by
Kim F. Storm
Browse files
(syms_of_frame): Change mouse-highlight default to t.
parent
15fdc2e3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
src/ChangeLog
src/ChangeLog
+3
-1
src/frame.c
src/frame.c
+1
-1
No files found.
src/ChangeLog
View file @
2a28d471
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.
...
...
src/frame.c
View file @
2a28d471
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment