comparison src/window.h @ 7950:c0a4d26e7498

(minibuf_prompt): Now a Lisp_Object. All uses changed.
author Karl Heuer <kwzh@gnu.org>
date Sat, 18 Jun 1994 00:13:02 +0000
parents 4ae7453678af
children e2b9f8616738
comparison
equal deleted inserted replaced
7949:19c2639826a7 7950:c0a4d26e7498
223 extern Lisp_Object make_window (); 223 extern Lisp_Object make_window ();
224 extern Lisp_Object window_from_coordinates (); 224 extern Lisp_Object window_from_coordinates ();
225 extern Lisp_Object Fwindow_dedicated_p (); 225 extern Lisp_Object Fwindow_dedicated_p ();
226 226
227 /* Prompt to display in front of the minibuffer contents. */ 227 /* Prompt to display in front of the minibuffer contents. */
228 extern char *minibuf_prompt; 228 extern Lisp_Object minibuf_prompt;
229 229
230 /* The visual width of the above. */ 230 /* The visual width of the above. */
231 extern int minibuf_prompt_width; 231 extern int minibuf_prompt_width;
232 232
233 /* Message to display instead of minibuffer contents. 233 /* Message to display instead of minibuffer contents.