Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a646e520
Commit
a646e520
authored
Jul 27, 1993
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(command_loop_1): Call Qrecompute_lucid_menubar only if defined.
parent
8a96eef3
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 @
a646e520
...
...
@@ -961,7 +961,8 @@ command_loop_1 ()
#endif
/* If it has changed current-menubar from previous value,
really recompute the menubar from the value. */
if
(
!
NILP
(
Vlucid_menu_bar_dirty_flag
))
if
(
!
NILP
(
Vlucid_menu_bar_dirty_flag
)
&&
!
NILP
(
Ffboundp
(
Qrecompute_lucid_menubar
)))
call0
(
Qrecompute_lucid_menubar
);
#if 0 /* This is done in xdisp.c now. */
...
...
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