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: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.c,v
Date: Sat, 13 Oct 2007 20:48:31 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    07/10/13 20:48:31

Index: keyboard.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/keyboard.c,v
retrieving revision 1.920
retrieving revision 1.921
diff -u -b -r1.920 -r1.921
--- keyboard.c  13 Oct 2007 12:44:53 -0000      1.920
+++ keyboard.c  13 Oct 2007 20:48:31 -0000      1.921
@@ -8432,8 +8432,9 @@
   /* 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, 2 * XVECTOR (tool_bar_items_vector)->size, Qnil);
+    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
      tool_bar_items_vector.  */




reply via email to

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