summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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. */