summaryrefslogtreecommitdiff
path: root/src/window.h
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
commit76e316e0dab413be5113dc7464957c3c57259126 (patch)
treef6797c1f901588a3e9cbd24d1866162653a932ff /src/window.h
parent3f49fddcb90df6cc77544acf22f0c54282b7dade (diff)
downloademacs-76e316e0dab413be5113dc7464957c3c57259126.tar.gz
(Vminibuf_selected_window): Declare extern.
Diffstat (limited to 'src/window.h')
-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. */