From 718d325114352ecf79acbdbb0bde0212c51f7609 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Fri, 24 Feb 1995 02:28:20 +0000 Subject: [PATCH] (read_minibuf): Make sure the display is locked. --- src/minibuf.c | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.39.5