(update_tool_bar): Add missing UNGCPRO.

This commit is contained in:
Stefan Monnier 2003-06-03 22:36:13 +00:00
parent a1637357dc
commit 1e802fb542

View file

@ -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);