summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2002-02-26 22:52:07 +0000
committerKim F. Storm <storm@cua.dk>2002-02-26 22:52:07 +0000
commit5ad234fe49a68b4d346bdaaf5d58b7cab4c65f67 (patch)
tree5c96be2264840934aeed5a089b2b69b515cc3873
parent14d31c7bbf8fc707f75436a4c9db8acfb48c25b5 (diff)
downloademacs-5ad234fe49a68b4d346bdaaf5d58b7cab4c65f67.tar.gz
(Vminibuf_selected_window): Declare extern.
-rw-r--r--src/window.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/window.h b/src/window.h
index da72e302110..d4a537bbe43 100644
--- a/src/window.h
+++ b/src/window.h
@@ -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. */