diff options
| author | Karl Heuer | 1994-06-18 00:13:02 +0000 |
|---|---|---|
| committer | Karl Heuer | 1994-06-18 00:13:02 +0000 |
| commit | 2182673466e21e518bd9647ee691507012a40da0 (patch) | |
| tree | 3658712562a1dd391a982a8f02a4a39f2c21ab92 /src | |
| parent | af57e5a7ceaef21e341214c494e742a8f21b1d0d (diff) | |
| download | emacs-2182673466e21e518bd9647ee691507012a40da0.tar.gz emacs-2182673466e21e518bd9647ee691507012a40da0.zip | |
(minibuf_prompt): Now a Lisp_Object. All uses changed.
Diffstat (limited to 'src')
| -rw-r--r-- | src/window.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.h b/src/window.h index 9ad66e17658..cdb1804fd4f 100644 --- a/src/window.h +++ b/src/window.h | |||
| @@ -225,7 +225,7 @@ 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; |