# HG changeset patch # User Richard M. Stallman # Date 756612055 0 # Node ID 3c213dd261d84c83b15680d6485b241bcbb434be # Parent 480731ff8e9a4f4560e61c3087be586b7540f1c0 (Fcall_process): Call prepare_menu_bars. diff -r 480731ff8e9a -r 3c213dd261d8 src/vmsproc.c --- a/src/vmsproc.c Thu Dec 23 02:00:09 1993 +0000 +++ b/src/vmsproc.c Thu Dec 23 02:00:55 1993 +0000 @@ -573,6 +573,9 @@ return Qnil; } + if (!NILP (display) && INTERACTIVE) + prepare_menu_bars (); + record_unwind_protect (call_process_cleanup, Fcons (make_number (fd[0]), make_number (pid))); @@ -604,9 +607,10 @@ else break; } - sys$dassgn (inchannel); - sys$dassgn (outchannel); - give_back_vms_process_stuff (vs); + + sys$dassgn (inchannel); + sys$dassgn (outchannel); + give_back_vms_process_stuff (vs); /* Wait for it to terminate, unless it already has. */ wait_for_termination (pid);