diff options
| author | Paul Eggert | 2011-03-06 01:52:06 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-03-06 01:52:06 -0800 |
| commit | e9588e2e96025e416921e24d08fc4822d2ce3c6b (patch) | |
| tree | c483cf3bba94cc37c36a07cdfc740feba9a4356e /src/window.h | |
| parent | 1e12733b25bfa52650157c34fc30a9c7fe1d5b4c (diff) | |
| download | emacs-e9588e2e96025e416921e24d08fc4822d2ce3c6b.tar.gz emacs-e9588e2e96025e416921e24d08fc4822d2ce3c6b.zip | |
* minibuf.c (minibuf_prompt, minibuf_prompt_width): Move here
from xdisp.c, and make static, since these are used only here.
* window.h, xdisp.c (minibuf_prompt, minibuf_prompt_width):
Remove decls.
Diffstat (limited to 'src/window.h')
| -rw-r--r-- | src/window.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/window.h b/src/window.h index 491ffa30bd1..690fd9a50fa 100644 --- a/src/window.h +++ b/src/window.h | |||
| @@ -788,14 +788,6 @@ void run_window_configuration_change_hook (struct frame *f); | |||
| 788 | void set_window_buffer (Lisp_Object window, Lisp_Object buffer, | 788 | void set_window_buffer (Lisp_Object window, Lisp_Object buffer, |
| 789 | int run_hooks_p, int keep_margins_p); | 789 | int run_hooks_p, int keep_margins_p); |
| 790 | 790 | ||
| 791 | /* Prompt to display in front of the minibuffer contents. */ | ||
| 792 | |||
| 793 | extern Lisp_Object minibuf_prompt; | ||
| 794 | |||
| 795 | /* The visual width of the above. */ | ||
| 796 | |||
| 797 | extern int minibuf_prompt_width; | ||
| 798 | |||
| 799 | /* This is the window where the echo area message was displayed. It | 791 | /* This is the window where the echo area message was displayed. It |
| 800 | is always a minibuffer window, but it may not be the same window | 792 | is always a minibuffer window, but it may not be the same window |
| 801 | currently active as a minibuffer. */ | 793 | currently active as a minibuffer. */ |
| @@ -878,4 +870,3 @@ extern void keys_of_window (void); | |||
| 878 | extern int window_box_text_cols (struct window *w); | 870 | extern int window_box_text_cols (struct window *w); |
| 879 | 871 | ||
| 880 | #endif /* not WINDOW_H_INCLUDED */ | 872 | #endif /* not WINDOW_H_INCLUDED */ |
| 881 | |||