Mercurial > emacs
changeset 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 | 63b62b12e01c |
children | d3d6b202a5f2 |
files | src/xdisp.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xdisp.c Tue Jun 03 21:44:53 2003 +0000 +++ b/src/xdisp.c Tue Jun 03 22:36:13 2003 +0000 @@ -8200,6 +8200,8 @@ /* 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);