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
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
2a28d471
Commit
2a28d471
authored
Feb 20, 2002
by
Kim F. Storm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(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
* keyboard.c (kbd_buffer_get_event) [WINDOWSNT]: Corrected
composing of language-change event.
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
...
@@ -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
mouse, while keyboard input turns off the highlight even when the mouse
is over the clickable text. However, the mouse shape still indicates
is over the clickable text. However, the mouse shape still indicates
when the mouse is over clickable text. */
);
when the mouse is over clickable text. */
);
Vmouse_highlight
=
make_number
(
1
)
;
Vmouse_highlight
=
Qt
;
DEFVAR_KBOARD
(
"default-minibuffer-frame"
,
Vdefault_minibuffer_frame
,
DEFVAR_KBOARD
(
"default-minibuffer-frame"
,
Vdefault_minibuffer_frame
,
doc:
/* Minibufferless frames use this frame's minibuffer.
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