Mercurial > hg > xemacs-beta
comparison src/window.h @ 110:fe104dbd9147 r20-1b7
Import from CVS: tag r20-1b7
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:19:45 +0200 |
parents | 54cc21c15cbb |
children | b405438285a2 |
comparison
equal
deleted
inserted
replaced
109:e183fc049578 | 110:fe104dbd9147 |
---|---|
339 when the minibuffer is selected. */ | 339 when the minibuffer is selected. */ |
340 extern Lisp_Object Vminibuf_scroll_window; | 340 extern Lisp_Object Vminibuf_scroll_window; |
341 | 341 |
342 /* Prompt to display in front of the minibuffer contents, or nil */ | 342 /* Prompt to display in front of the minibuffer contents, or nil */ |
343 extern Lisp_Object Vminibuf_prompt; | 343 extern Lisp_Object Vminibuf_prompt; |
344 /* Prompt to display in front of the minibuffer prompt, or nil */ | |
345 extern Lisp_Object Vminibuf_preprompt; | |
344 | 346 |
345 /* Depth in minibuffer invocations */ | 347 /* Depth in minibuffer invocations */ |
346 extern int minibuf_level; | 348 extern int minibuf_level; |
347 | 349 |
348 Lisp_Object allocate_window (void); | 350 Lisp_Object allocate_window (void); |