Mercurial > emacs
diff src/window.h @ 43572:33baa349c070
(Vminibuf_selected_window): Declare extern.
| author | Kim F. Storm <storm@cua.dk> |
|---|---|
| date | Tue, 26 Feb 2002 22:52:07 +0000 |
| parents | 72b9c859446e |
| children | b7964dae2379 |
line wrap: on
line diff
--- a/src/window.h Tue Feb 26 22:50:55 2002 +0000 +++ b/src/window.h Tue Feb 26 22:52:07 2002 +0000 @@ -338,6 +338,11 @@ extern Lisp_Object minibuf_window; +/* Non-nil means it is the window whose mode line should be + shown as the selected window when the minibuffer is selected. */ + +extern Lisp_Object Vminibuf_selected_window; + /* Non-nil => window to for C-M-v to scroll when the minibuffer is selected. */
