diff 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
line wrap: on
line diff
--- a/src/window.h	Mon Aug 13 09:18:41 2007 +0200
+++ b/src/window.h	Mon Aug 13 09:19:45 2007 +0200
@@ -341,6 +341,8 @@
 
 /* Prompt to display in front of the minibuffer contents, or nil */
 extern Lisp_Object Vminibuf_prompt;
+/* Prompt to display in front of the minibuffer prompt, or nil */
+extern Lisp_Object Vminibuf_preprompt;
 
 /* Depth in minibuffer invocations */
 extern int minibuf_level;