]> git.eshelyaron.com Git - emacs.git/commitdiff
(minibuf_prompt): Now a Lisp_Object. All uses changed.
authorKarl Heuer <kwzh@gnu.org>
Sat, 18 Jun 1994 00:13:02 +0000 (00:13 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sat, 18 Jun 1994 00:13:02 +0000 (00:13 +0000)
src/window.h

index 9ad66e17658f1e1a88da26861031107ababfd9d6..cdb1804fd4f2192366b3bfe7bd11f7a559f82e76 100644 (file)
@@ -225,7 +225,7 @@ extern Lisp_Object window_from_coordinates ();
 extern Lisp_Object Fwindow_dedicated_p ();
 
 /* Prompt to display in front of the minibuffer contents.  */
-extern char *minibuf_prompt;
+extern Lisp_Object minibuf_prompt;
 
 /* The visual width of the above.  */
 extern int minibuf_prompt_width;