comparison src/minibuf.c @ 11008:5407034f6ece

(read_minibuf): Rename perdisplay to kboard.
author Karl Heuer <kwzh@gnu.org>
date Wed, 15 Mar 1995 01:48:41 +0000
parents 0f6b7b33340a
children e0f3fa4e7bf3
comparison
equal deleted inserted replaced
11007:433d4013f39b 11008:5407034f6ece
131 Lisp_Object val; 131 Lisp_Object val;
132 int count = specpdl_ptr - specpdl; 132 int count = specpdl_ptr - specpdl;
133 Lisp_Object mini_frame; 133 Lisp_Object mini_frame;
134 struct gcpro gcpro1, gcpro2, gcpro3; 134 struct gcpro gcpro1, gcpro2, gcpro3;
135 135
136 #ifdef MULTI_PERDISPLAY 136 #ifdef MULTI_KBOARD
137 display_locked = 1; 137 kboard_locked = 1;
138 #endif 138 #endif
139 139
140 val = Qnil; 140 val = Qnil;
141 /* Don't need to protect PROMPT, HISTVAR, and HISTPOS because we 141 /* Don't need to protect PROMPT, HISTVAR, and HISTPOS because we
142 store them away before we can GC. Don't need to protect 142 store them away before we can GC. Don't need to protect