From: Kim F. Storm Date: Tue, 26 Feb 2002 22:52:07 +0000 (+0000) Subject: (Vminibuf_selected_window): Declare extern. X-Git-Tag: ttn-vms-21-2-B4~16446 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=76e316e0dab413be5113dc7464957c3c57259126;p=emacs.git (Vminibuf_selected_window): Declare extern. --- 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. */