From: Karl Heuer Date: Fri, 24 Feb 1995 02:28:20 +0000 (+0000) Subject: (read_minibuf): Make sure the display is locked. X-Git-Tag: emacs-19.34~5040 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=718d325114352ecf79acbdbb0bde0212c51f7609;p=emacs.git (read_minibuf): Make sure the display is locked. --- diff --git a/src/minibuf.c b/src/minibuf.c index 56b927b0caa..f9d3cf603f2 100644 --- a/src/minibuf.c +++ b/src/minibuf.c @@ -131,6 +131,10 @@ read_minibuf (map, initial, prompt, backup_n, expflag, histvar, histpos) Lisp_Object mini_frame; struct gcpro gcpro1, gcpro2, gcpro3; +#ifdef MULTI_PERDISPLAY + display_locked = 1; +#endif + val = Qnil; /* Don't need to protect PROMPT, HISTVAR, and HISTPOS because we store them away before we can GC. Don't need to protect