/[emacs]/emacs/src/xdisp.c
ViewVC logotype

Diff of /emacs/src/xdisp.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.826 by rms, Wed Apr 16 05:09:36 2003 UTC revision 1.827 by jhd, Wed Apr 23 17:51:33 2003 UTC
# Line 8152  update_tool_bar (f, save_match_data) Line 8152  update_tool_bar (f, save_match_data)
8152            GCPRO1 (old_tool_bar);            GCPRO1 (old_tool_bar);
8153    
8154            /* Build desired tool-bar items from keymaps.  */            /* Build desired tool-bar items from keymaps.  */
8155              BLOCK_INPUT;
8156            f->tool_bar_items            f->tool_bar_items
8157              = tool_bar_items (f->tool_bar_items, &f->n_tool_bar_items);              = tool_bar_items (f->tool_bar_items, &f->n_tool_bar_items);
8158              UNBLOCK_INPUT;
8159    
8160            /* Redisplay the tool-bar if we changed it.  */            /* Redisplay the tool-bar if we changed it.  */
8161            if (! NILP (Fequal (old_tool_bar, f->tool_bar_items)))            if (! NILP (Fequal (old_tool_bar, f->tool_bar_items)))

Legend:
Removed from v.1.826  
changed lines
  Added in v.1.827

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26