* src/frame.c (Ftool_bar_pixel_width): YAILOM (Yet another
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 17 Sep 2010 14:37:14 +0000 (16:37 +0200)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 17 Sep 2010 14:37:14 +0000 (16:37 +0200)
int/Lisp_Object mixup).

src/ChangeLog
src/frame.c

index df7202f..2074205 100644 (file)
@@ -1,3 +1,8 @@
+2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * frame.c (Ftool_bar_pixel_width): YAILOM (Yet another
+       int/Lisp_Object mixup).
+
 2010-09-17  Jan Djärv  <jan.h.d@swipnet.se>
 
        * keyboard.c (parse_tool_bar_item): For QClabel, set TOOL_BAR_ITEM_LABEL
@@ -8,9 +13,10 @@
        * frame.c (Ftool_bar_pixel_width): New function to expose tool
        bar's pixel width to Lisp (Bug#7048).
 
- 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
+2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
+
+       * cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring.
 
-       * cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring.
 2010-09-17  Jan Djärv  <jan.h.d@swipnet.se>
 
        * gtkutil.c (xg_pack_tool_bar): Call gtk_handle_box_set_handle_position
index eb37d72..04cc1ca 100644 (file)
@@ -2669,7 +2669,7 @@ used.  */)
   if (FRAME_WINDOW_P (f))
     return make_number (FRAME_TOOLBAR_WIDTH (f));
 #endif
-  return 0;
+  return make_number (0);
 }
 \f
 DEFUN ("set-frame-height", Fset_frame_height, Sset_frame_height, 2, 3, 0,