Mercurial > emacs
changeset 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 | 078c962a35f1 |
children | f49377cf2e3c |
files | src/window.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
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,