aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.h
diff options
context:
space:
mode:
authorKim F. Storm2002-02-28 22:11:49 +0000
committerKim F. Storm2002-02-28 22:11:49 +0000
commit5705966b35c5fdb6e1103d4b74fbfcee43d030d5 (patch)
tree66d67bb7bdab6beec070a3da9a0eac4eb8c5cbd6 /src/window.h
parent3dbab091cb2cc8a5af53dcf9b5a24bec3135d712 (diff)
downloademacs-5705966b35c5fdb6e1103d4b74fbfcee43d030d5.tar.gz
emacs-5705966b35c5fdb6e1103d4b74fbfcee43d030d5.zip
(minibuf_selected_window): Renamed from Vminibuf_selected_window.
Diffstat (limited to 'src/window.h')
-rw-r--r--src/window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.h b/src/window.h
index d4a537bbe43..aa27858c869 100644
--- a/src/window.h
+++ b/src/window.h
@@ -341,7 +341,7 @@ extern Lisp_Object minibuf_window;
341/* Non-nil means it is the window whose mode line should be 341/* Non-nil means it is the window whose mode line should be
342 shown as the selected window when the minibuffer is selected. */ 342 shown as the selected window when the minibuffer is selected. */
343 343
344extern Lisp_Object Vminibuf_selected_window; 344extern Lisp_Object minibuf_selected_window;
345 345
346/* Non-nil => window to for C-M-v to scroll when the minibuffer is 346/* Non-nil => window to for C-M-v to scroll when the minibuffer is
347 selected. */ 347 selected. */