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
0e9d6dd3
Commit
0e9d6dd3
authored
May 14, 1993
by
Richard M. Stallman
Browse files
(command_loop_1): Don't do it here.
parent
8d7e4e80
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/keyboard.c
src/keyboard.c
+2
-0
No files found.
src/keyboard.c
View file @
0e9d6dd3
...
...
@@ -943,6 +943,7 @@ command_loop_1 ()
if
(
!
NILP
(
Vlucid_menu_bar_dirty_flag
))
call0
(
Qrecompute_lucid_menubar
);
#if 0 /* This is done in xdisp.c now. */
#ifdef MULTI_FRAME
for (tem = Vframe_list; CONSP (tem); tem = XCONS (tem)->cdr)
{
...
...
@@ -969,6 +970,7 @@ command_loop_1 ()
}
}
#endif /* MULTI_FRAME */
#endif /* 0 */
/* Read next key sequence; i gets its length. */
i
=
read_key_sequence
(
keybuf
,
(
sizeof
keybuf
/
sizeof
(
keybuf
[
0
])),
0
);
...
...
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