diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/minibuf.c | 4 |
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 |