diff options
| author | Stefan Monnier | 2003-06-03 22:36:13 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2003-06-03 22:36:13 +0000 |
| commit | 1e802fb5427a721c752c87a1d9ecd0e4e6103eff (patch) | |
| tree | a8d425f59fd73d31ad46d8a5d6e8669781fa1abf /src | |
| parent | a1637357dc5d499a8e8f5167beb38e52c04ff327 (diff) | |
| download | emacs-1e802fb5427a721c752c87a1d9ecd0e4e6103eff.tar.gz emacs-1e802fb5427a721c752c87a1d9ecd0e4e6103eff.zip | |
(update_tool_bar): Add missing UNGCPRO.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 2 |
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); |