]> git.eshelyaron.com Git - emacs.git/commitdiff
(x_set_tool_bar_lines): When clearing the frame, also
authorGerd Moellmann <gerd@gnu.org>
Sat, 18 Nov 2000 21:07:10 +0000 (21:07 +0000)
committerGerd Moellmann <gerd@gnu.org>
Sat, 18 Nov 2000 21:07:10 +0000 (21:07 +0000)
clear current matrices.

src/ChangeLog
src/xfns.c

index 0146a543e0133b6756c1c1c209c0d07301ceb8c4..20f2f1d6345aff7a6654cc6f5a7a9eadcb55fc4e 100644 (file)
@@ -1,5 +1,10 @@
 2000-11-18  Gerd Moellmann  <gerd@gnu.org>
 
+       * 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.
 
index ca90996770d8dc90cc33dfb02a847d69fc81f375..84813c0705412d00520174da2e295e96f5d92b7c 100644 (file)
@@ -2042,6 +2042,7 @@ x_set_tool_bar_lines (f, value, oldval)
     {
       updating_frame = f;
       clear_frame ();
+      clear_current_matrices (f);
       updating_frame = NULL;
     }
 }