From fb3cd89b5f1b6ec5d72c1202a961948d8575cc52 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Sat, 18 Nov 2000 21:07:10 +0000 Subject: [PATCH] (x_set_tool_bar_lines): When clearing the frame, also clear current matrices. --- src/ChangeLog | 5 +++++ src/xfns.c | 1 + 2 files changed, 6 insertions(+) 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; } } -- 2.39.5