Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
453c5510
Commit
453c5510
authored
Jan 04, 2002
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(menu_highlight_callback): Hide any tooltip window.
parent
336b2b2e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
src/ChangeLog
src/ChangeLog
+4
-0
src/xmenu.c
src/xmenu.c
+2
-0
No files found.
src/ChangeLog
View file @
453c5510
2002-01-04 Richard M. Stallman <rms@gnu.org>
* xmenu.c (menu_highlight_callback): Hide any tooltip window.
2002-01-03 Richard M. Stallman <rms@gnu.org>
* keymap.c (Fcurrent_active_maps): Put the `keymap' property map first.
...
...
src/xmenu.c
View file @
453c5510
...
...
@@ -1191,6 +1191,8 @@ menu_highlight_callback (widget, id, call_data)
f
=
menubar_id_to_frame
(
id
);
if
(
f
)
{
Fx_hide_tip
();
XSETFRAME
(
frame
,
f
);
kbd_buffer_store_help_event
(
frame
,
help
);
}
...
...
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