From: Joakim Verona Date: Tue, 28 Apr 2015 16:40:27 +0000 (+0200) Subject: print.c for xwidget updated to new format X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9b80758ec91cb8c96f8dc2b1ec160c5c29b295b6;p=emacs.git print.c for xwidget updated to new format --- diff --git a/src/print.c b/src/print.c index d826fb764f9..8b31f2c6905 100644 --- a/src/print.c +++ b/src/print.c @@ -1715,16 +1715,15 @@ print_object (Lisp_Object obj, Lisp_Object printcharfun, bool escapeflag) print_c_string (XSUBR (obj)->symbol_name, printcharfun); printchar ('>', printcharfun); } -#ifdef HAVE_XWIDGETS_DISABLED_ATM - //there was a segfault here after recent upstream changes +#ifdef HAVE_XWIDGETS else if (XWIDGETP (obj)) { - strout ("#', printcharfun); } else if (XWIDGET_VIEW_P (obj)) { - strout ("#', printcharfun); } #endif