aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1995-02-24 02:28:20 +0000
committerKarl Heuer1995-02-24 02:28:20 +0000
commit718d325114352ecf79acbdbb0bde0212c51f7609 (patch)
treead0b8af3ed1742b3f672a74892d58f5077acae43 /src
parent17f650d96d101dc3ef9c6c0be0f033b73f9ace79 (diff)
downloademacs-718d325114352ecf79acbdbb0bde0212c51f7609.tar.gz
emacs-718d325114352ecf79acbdbb0bde0212c51f7609.zip
(read_minibuf): Make sure the display is locked.
Diffstat (limited to 'src')
-rw-r--r--src/minibuf.c4
1 files changed, 4 insertions, 0 deletions
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)
131 Lisp_Object mini_frame; 131 Lisp_Object mini_frame;
132 struct gcpro gcpro1, gcpro2, gcpro3; 132 struct gcpro gcpro1, gcpro2, gcpro3;
133 133
134#ifdef MULTI_PERDISPLAY
135 display_locked = 1;
136#endif
137
134 val = Qnil; 138 val = Qnil;
135 /* Don't need to protect PROMPT, HISTVAR, and HISTPOS because we 139 /* Don't need to protect PROMPT, HISTVAR, and HISTPOS because we
136 store them away before we can GC. Don't need to protect 140 store them away before we can GC. Don't need to protect