emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xdisp.c


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/src/xdisp.c
Date: Wed, 23 Apr 2003 13:51:35 -0400

Index: emacs/src/xdisp.c
diff -c emacs/src/xdisp.c:1.826 emacs/src/xdisp.c:1.827
*** emacs/src/xdisp.c:1.826     Wed Apr 16 01:09:36 2003
--- emacs/src/xdisp.c   Wed Apr 23 13:51:33 2003
***************
*** 8152,8159 ****
--- 8152,8161 ----
          GCPRO1 (old_tool_bar);
  
          /* Build desired tool-bar items from keymaps.  */
+           BLOCK_INPUT;
          f->tool_bar_items
            = tool_bar_items (f->tool_bar_items, &f->n_tool_bar_items);
+           UNBLOCK_INPUT;
  
          /* Redisplay the tool-bar if we changed it.  */
          if (! NILP (Fequal (old_tool_bar, f->tool_bar_items)))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]