]> code.delx.au - gnu-emacs/commitdiff
(Vminibuf_selected_window): Declare extern.
authorKim F. Storm <storm@cua.dk>
Tue, 26 Feb 2002 22:52:07 +0000 (22:52 +0000)
committerKim F. Storm <storm@cua.dk>
Tue, 26 Feb 2002 22:52:07 +0000 (22:52 +0000)
src/window.h

index da72e302110f6549f27e980b8c8c045aaed9582b..d4a537bbe43b999c3cba21638d922e7daaefc24b 100644 (file)
@@ -338,6 +338,11 @@ extern int window_select_count;
 
 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.  */