From 1e802fb5427a721c752c87a1d9ecd0e4e6103eff Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Tue, 3 Jun 2003 22:36:13 +0000 Subject: [PATCH] (update_tool_bar): Add missing UNGCPRO. --- src/xdisp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/xdisp.c b/src/xdisp.c index 6517d07b2ed..c51a29a73d0 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -8200,6 +8200,8 @@ update_tool_bar (f, save_match_data) /* Redisplay the tool-bar if we changed it. */ if (! NILP (Fequal (old_tool_bar, f->tool_bar_items))) w->update_mode_line = Qt; + + UNGCPRO; unbind_to (count, Qnil); set_buffer_internal_1 (prev); -- 2.39.2