Mercurial > emacs
diff src/window.h @ 43595:b7964dae2379
(minibuf_selected_window): Renamed from Vminibuf_selected_window.
| author | Kim F. Storm <storm@cua.dk> |
|---|---|
| date | Thu, 28 Feb 2002 22:09:53 +0000 |
| parents | 33baa349c070 |
| children | 03e9839bc157 |
line wrap: on
line diff
--- a/src/window.h Thu Feb 28 22:07:45 2002 +0000 +++ b/src/window.h Thu Feb 28 22:09:53 2002 +0000 @@ -341,7 +341,7 @@ /* 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; +extern Lisp_Object minibuf_selected_window; /* Non-nil => window to for C-M-v to scroll when the minibuffer is selected. */
