Mercurial > hg > xemacs-beta
diff src/gui.c @ 5125:b5df3737028a ben-lisp-object
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Wed, 24 Feb 2010 01:58:04 -0600 |
parents | 623d57b7fbe8 e813cf16c015 |
children | a9c41067dd88 |
line wrap: on
line diff
--- a/src/gui.c Wed Jan 20 07:05:57 2010 -0600 +++ b/src/gui.c Wed Feb 24 01:58:04 2010 -0600 @@ -512,7 +512,7 @@ CHECK_STRING (suffix); } - retval = concat3 (pgui_item->name, build_string (" "), suffix); + retval = concat3 (pgui_item->name, build_ascstring (" "), suffix); } return retval; @@ -674,7 +674,8 @@ } static int -gui_item_equal (Lisp_Object obj1, Lisp_Object obj2, int depth) +gui_item_equal (Lisp_Object obj1, Lisp_Object obj2, int depth, + int UNUSED (foldcase)) { Lisp_Gui_Item *p1 = XGUI_ITEM (obj1); Lisp_Gui_Item *p2 = XGUI_ITEM (obj2); @@ -692,7 +693,7 @@ Lisp_Gui_Item *g = XGUI_ITEM (obj); if (print_readably) - printing_unreadable_object ("#<gui-item 0x%x>", g->header.uid); + printing_unreadable_lcrecord (obj, 0); write_fmt_string (printcharfun, "#<gui-item 0x%x>", g->header.uid); }