diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/window.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/window.c b/src/window.c index 562b69604dc..3a415fee5f9 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -5787,6 +5787,8 @@ syms_of_window () | |||
| 5787 | staticpro (&Qtemp_buffer_show_hook); | 5787 | staticpro (&Qtemp_buffer_show_hook); |
| 5788 | 5788 | ||
| 5789 | staticpro (&Vwindow_list); | 5789 | staticpro (&Vwindow_list); |
| 5790 | |||
| 5791 | minibuf_selected_window = Qnil; | ||
| 5790 | staticpro (&minibuf_selected_window); | 5792 | staticpro (&minibuf_selected_window); |
| 5791 | 5793 | ||
| 5792 | DEFVAR_LISP ("temp-buffer-show-function", &Vtemp_buffer_show_function, | 5794 | DEFVAR_LISP ("temp-buffer-show-function", &Vtemp_buffer_show_function, |