From: Karl Heuer Date: Mon, 17 Jul 1995 22:14:37 +0000 (+0000) Subject: (Fsit_for): Don't call prepare_menu_bars here. X-Git-Tag: emacs-19.34~3327 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=19b5158fe52f05d264896ca447c3fa0acaa0001a;p=emacs.git (Fsit_for): Don't call prepare_menu_bars here. --- diff --git a/src/dispnew.c b/src/dispnew.c index 953527b4377..bc79d41463b 100644 --- a/src/dispnew.c +++ b/src/dispnew.c @@ -2432,8 +2432,6 @@ Value is t if waited the full time with no input arriving.") error ("millisecond `sit-for' not supported on %s", SYSTEM_TYPE); #endif - if (NILP (nodisp)) - prepare_menu_bars (); return sit_for (sec, usec, 0, NILP (nodisp)); }