From: Stefan Monnier Date: Tue, 3 Jun 2003 22:36:13 +0000 (+0000) Subject: (update_tool_bar): Add missing UNGCPRO. X-Git-Tag: ttn-vms-21-2-B4~9764 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1e802fb5427a721c752c87a1d9ecd0e4e6103eff;p=emacs.git (update_tool_bar): Add missing UNGCPRO. --- 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);