diff options
| author | Stefan Monnier | 2011-03-06 16:22:16 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2011-03-06 16:22:16 -0500 |
| commit | 0d6459dfb52188481bfd6bb53f1b2f653ecd6a5d (patch) | |
| tree | 306b87fc2903ad23343f3c84be1cccfa72e5a97e /src/window.h | |
| parent | 798cb64441228d473f7bdd213183c70fb582595c (diff) | |
| parent | 892777baa1739fa5f1f2d1c2975488c3e6f57bae (diff) | |
| download | emacs-0d6459dfb52188481bfd6bb53f1b2f653ecd6a5d.tar.gz emacs-0d6459dfb52188481bfd6bb53f1b2f653ecd6a5d.zip | |
Merge from trunk
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 473a43bbc3c..9f0809e4f16 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. */ |
| @@ -877,4 +869,3 @@ extern void keys_of_window (void); | |||
| 877 | extern int window_box_text_cols (struct window *w); | 869 | extern int window_box_text_cols (struct window *w); |
| 878 | 870 | ||
| 879 | #endif /* not WINDOW_H_INCLUDED */ | 871 | #endif /* not WINDOW_H_INCLUDED */ |
| 880 | |||