aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/xdisp.c2
1 files changed, 2 insertions, 0 deletions
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)
8200 /* Redisplay the tool-bar if we changed it. */ 8200 /* Redisplay the tool-bar if we changed it. */
8201 if (! NILP (Fequal (old_tool_bar, f->tool_bar_items))) 8201 if (! NILP (Fequal (old_tool_bar, f->tool_bar_items)))
8202 w->update_mode_line = Qt; 8202 w->update_mode_line = Qt;
8203
8204 UNGCPRO;
8203 8205
8204 unbind_to (count, Qnil); 8206 unbind_to (count, Qnil);
8205 set_buffer_internal_1 (prev); 8207 set_buffer_internal_1 (prev);