From: Gerd Moellmann Date: Sat, 18 Nov 2000 21:07:10 +0000 (+0000) Subject: (x_set_tool_bar_lines): When clearing the frame, also X-Git-Tag: emacs-pretest-21.0.91~14 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fb3cd89b5f1b6ec5d72c1202a961948d8575cc52;p=emacs.git (x_set_tool_bar_lines): When clearing the frame, also clear current matrices. --- diff --git a/src/ChangeLog b/src/ChangeLog index 0146a543e01..20f2f1d6345 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,10 @@ 2000-11-18 Gerd Moellmann + * xdisp.c: Use BINDING_STACK_SIZE throughout. + + * xfns.c (x_set_tool_bar_lines): When clearing the frame, also + clear current matrices. + * buffer.c (mmap_enlarge): Don't print a message on stderr if mapping new memory at the end of the existing region fails. diff --git a/src/xfns.c b/src/xfns.c index ca90996770d..84813c07054 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -2042,6 +2042,7 @@ x_set_tool_bar_lines (f, value, oldval) { updating_frame = f; clear_frame (); + clear_current_matrices (f); updating_frame = NULL; } }