diff options
author | Jim Blandy <jimb@redhat.com> | 1992-01-14 02:48:51 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-01-14 02:48:51 +0000 |
commit | 1d7fc589a12198fe4f0453b1e4874e6e23027c46 (patch) | |
tree | 61717e4cc579763038705d757d0bf6ef78585edc /src/window.h | |
parent | 96fa082a9dc87eaceba858e7f75a36e0d80a17c2 (diff) | |
download | emacs-1d7fc589a12198fe4f0453b1e4874e6e23027c46.tar.gz |
*** empty log message ***
Diffstat (limited to 'src/window.h')
-rw-r--r-- | src/window.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/window.h b/src/window.h index e8b07e9d414..eedaef3be16 100644 --- a/src/window.h +++ b/src/window.h @@ -205,6 +205,9 @@ extern Lisp_Object Fset_window_buffer (); /* Prompt to display in front of the minibuffer contents. */ extern char *minibuf_prompt; +/* The visual width of the above. */ +extern int minibuf_prompt_width; + /* Message to display instead of minibuffer contents. This is what the functions error and message make, and command echoing uses it as well. It overrides the |