]> git.eshelyaron.com Git - emacs.git/commitdiff
(read_minibuf): Make sure the display is locked.
authorKarl Heuer <kwzh@gnu.org>
Fri, 24 Feb 1995 02:28:20 +0000 (02:28 +0000)
committerKarl Heuer <kwzh@gnu.org>
Fri, 24 Feb 1995 02:28:20 +0000 (02:28 +0000)
src/minibuf.c

index 56b927b0caa638553b109afb622aa722c5debb36..f9d3cf603f2be82b18d40113efba2899b854024d 100644 (file)
@@ -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