aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.h
diff options
context:
space:
mode:
authorPaul Eggert2011-03-06 01:52:06 -0800
committerPaul Eggert2011-03-06 01:52:06 -0800
commite9588e2e96025e416921e24d08fc4822d2ce3c6b (patch)
treec483cf3bba94cc37c36a07cdfc740feba9a4356e /src/window.h
parent1e12733b25bfa52650157c34fc30a9c7fe1d5b4c (diff)
downloademacs-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.h9
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);
788void set_window_buffer (Lisp_Object window, Lisp_Object buffer, 788void 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
793extern Lisp_Object minibuf_prompt;
794
795/* The visual width of the above. */
796
797extern 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);
878extern int window_box_text_cols (struct window *w); 870extern int window_box_text_cols (struct window *w);
879 871
880#endif /* not WINDOW_H_INCLUDED */ 872#endif /* not WINDOW_H_INCLUDED */
881