emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/keyboard.c,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.c,v
Date: Sun, 14 Oct 2007 18:53:17 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       07/10/14 18:53:17

Index: keyboard.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/keyboard.c,v
retrieving revision 1.921
retrieving revision 1.922
diff -u -b -r1.921 -r1.922
--- keyboard.c  13 Oct 2007 20:48:31 -0000      1.921
+++ keyboard.c  14 Oct 2007 18:53:16 -0000      1.922
@@ -8432,8 +8432,8 @@
   /* Enlarge tool_bar_items_vector if necessary.  */
   if (ntool_bar_items + TOOL_BAR_ITEM_NSLOTS
       >= XVECTOR (tool_bar_items_vector)->size)
-    tool_bar_items_vector =
-      larger_vector (tool_bar_items_vector,
+    tool_bar_items_vector
+      = larger_vector (tool_bar_items_vector,
                     2 * XVECTOR (tool_bar_items_vector)->size, Qnil);
 
   /* Append entries from tool_bar_item_properties to the end of




reply via email to

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