emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] xwidget_mvp c39847c 2/4: print.c workaround


From: Joakim Verona
Subject: [Emacs-diffs] xwidget_mvp c39847c 2/4: print.c workaround
Date: Tue, 28 Apr 2015 16:41:12 +0000

branch: xwidget_mvp
commit c39847c585f3f411b04d22f14e6c03e84d38a83b
Author: Joakim Verona <address@hidden>
Commit: Joakim Verona <address@hidden>

    print.c workaround
---
 src/print.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/print.c b/src/print.c
index f45a5a6..fd943b9 100644
--- a/src/print.c
+++ b/src/print.c
@@ -1725,7 +1725,8 @@ print_object (Lisp_Object obj, Lisp_Object printcharfun, 
bool escapeflag)
          print_c_string (XSUBR (obj)->symbol_name, printcharfun);
          printchar ('>', printcharfun);
        }
-#ifdef HAVE_XWIDGETS
+#ifdef HAVE_XWIDGETS_DISABLED_ATM
+      //there was a segfault here after recent upstream changes
       else if (XWIDGETP (obj))
        {
          strout ("#<xwidget ", -1, -1, printcharfun);



reply via email to

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