diff options
author | Kim F. Storm <storm@cua.dk> | 2002-02-26 22:52:07 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2002-02-26 22:52:07 +0000 |
commit | 76e316e0dab413be5113dc7464957c3c57259126 (patch) | |
tree | f6797c1f901588a3e9cbd24d1866162653a932ff /src/window.h | |
parent | 3f49fddcb90df6cc77544acf22f0c54282b7dade (diff) | |
download | emacs-76e316e0dab413be5113dc7464957c3c57259126.tar.gz |
(Vminibuf_selected_window): Declare extern.
Diffstat (limited to 'src/window.h')
-rw-r--r-- | src/window.h | 5 |
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. */ |