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
e649d076
Commit
e649d076
authored
Jun 21, 1996
by
Richard M. Stallman
Browse files
(kbd_buffer_get_event): Don't call x_activate_menubar for a deleted frame.
parent
a9d4f28a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/keyboard.c
src/keyboard.c
+2
-1
No files found.
src/keyboard.c
View file @
e649d076
...
...
@@ -2697,7 +2697,8 @@ kbd_buffer_get_event (kbp, used_mouse_menu)
{
kbd_fetch_ptr = event + 1;
input_pending = readable_events (0);
x_activate_menubar (XFRAME (event->frame_or_window));
if (FRAME_LIVE_P (XFRAME (event->frame_or_window)))
x_activate_menubar (XFRAME (event->frame_or_window));
}
#endif
/* Just discard these, by returning nil.
...
...
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