Mercurial > emacs
diff src/window.c @ 43597:8097923cfe85
(syms_of_window): Initialize minibuf_selected_window.
| author | Kim F. Storm <storm@cua.dk> |
|---|---|
| date | Thu, 28 Feb 2002 22:15:45 +0000 |
| parents | 23cddac4d0b7 |
| children | 8a5d6239662c |
line wrap: on
line diff
--- a/src/window.c Thu Feb 28 22:11:49 2002 +0000 +++ b/src/window.c Thu Feb 28 22:15:45 2002 +0000 @@ -5787,6 +5787,8 @@ staticpro (&Qtemp_buffer_show_hook); staticpro (&Vwindow_list); + + minibuf_selected_window = Qnil; staticpro (&minibuf_selected_window); DEFVAR_LISP ("temp-buffer-show-function", &Vtemp_buffer_show_function,
