aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1993-07-27 22:49:05 +0000
committerRichard M. Stallman1993-07-27 22:49:05 +0000
commita646e5200b910a40893ce7eba3784f4f7aae3444 (patch)
treed74594fe79e5801d607948eb048cae263fcd7f88 /src
parent8a96eef3f357234e2465ff28b72b7d1a8bf6a12f (diff)
downloademacs-a646e5200b910a40893ce7eba3784f4f7aae3444.tar.gz
emacs-a646e5200b910a40893ce7eba3784f4f7aae3444.zip
(command_loop_1): Call Qrecompute_lucid_menubar only if defined.
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index fc1ac681f16..5714ec6ac13 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -961,7 +961,8 @@ command_loop_1 ()
961#endif 961#endif
962 /* If it has changed current-menubar from previous value, 962 /* If it has changed current-menubar from previous value,
963 really recompute the menubar from the value. */ 963 really recompute the menubar from the value. */
964 if (! NILP (Vlucid_menu_bar_dirty_flag)) 964 if (! NILP (Vlucid_menu_bar_dirty_flag)
965 && !NILP (Ffboundp (Qrecompute_lucid_menubar)))
965 call0 (Qrecompute_lucid_menubar); 966 call0 (Qrecompute_lucid_menubar);
966 967
967#if 0 /* This is done in xdisp.c now. */ 968#if 0 /* This is done in xdisp.c now. */