From 45d051a764844c534ed823a116bf480224e4b36b Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 6 Mar 2001 19:39:03 +0000 Subject: [PATCH] (Vwindow_list): Declare extern. --- src/ChangeLog | 12 ++++++++++-- src/lisp.h | 1 + 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 61a8c0b6e02..ce32656822a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2001-03-06 Gerd Moellmann + + * w32fns.c (Fx_create_frame): Clear Vwindow_list. + + * xfns.c (Fx_create_frame): Clear Vwindow_list. + + * lisp.h (Vwindow_list): Declare extern. + 2001-03-06 Eli Zaretskii * dispnew.c (syms_of_display) : Doc fix. @@ -8,7 +16,7 @@ to detect a case where we have to highlight a different region despite not having left the currently highlighted region. Set mouse_face_overlay in the x_display_info. - (x_term_init): Initialze the x_display_info's mouse_face_overlay. + (x_term_init): Initialize the x_display_info's mouse_face_overlay. * xterm.h (struct x_display_info): Add mouse_face_overlay. @@ -42,7 +50,7 @@ * charset.c (char_to_string): If a single byte char has modifier bits that can't be reflected to the character code, ignore them - instead of signalling an error. + instead of signaling an error. 2001-03-04 Eli Zaretskii diff --git a/src/lisp.h b/src/lisp.h index 06d0790f92f..72b15cc314e 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -2651,6 +2651,7 @@ extern void syms_of_indent P_ ((void)); /* defined in window.c */ extern Lisp_Object Qwindowp, Qwindow_live_p; +extern Lisp_Object Vwindow_list; EXFUN (Fwindow_end, 2); EXFUN (Fselected_window, 0); EXFUN (Fnext_window, 3); -- 2.39.5