1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-05 11:21:04 -08:00

[VMS] (wait_for_kbd_input): Call prepare_menu_bars.

This commit is contained in:
Richard M. Stallman 1993-12-23 02:02:36 +00:00
parent 696810ff0a
commit 56b185250f

View file

@ -1591,6 +1591,7 @@ wait_for_kbd_input ()
if (dsp)
{
update_mode_lines++;
prepare_menu_bars ();
redisplay_preserve_echo_area ();
}
}