Mercurial > emacs
comparison src/xdisp.c @ 51438:d6166d21c732
(update_tool_bar): Add missing UNGCPRO.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 03 Jun 2003 22:36:13 +0000 |
parents | 948b9733818b |
children | 112183232cf4 |
comparison
equal
deleted
inserted
replaced
51437:63b62b12e01c | 51438:d6166d21c732 |
---|---|
8198 UNBLOCK_INPUT; | 8198 UNBLOCK_INPUT; |
8199 | 8199 |
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); |
8206 } | 8208 } |
8207 } | 8209 } |