aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index 5da611e0565..d868633e25c 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -5135,7 +5135,8 @@ handle_single_display_spec (struct it *it, Lisp_Object spec, Lisp_Object object,
5135#endif /* not HAVE_WINDOW_SYSTEM */ 5135#endif /* not HAVE_WINDOW_SYSTEM */
5136 || (CONSP (value) && EQ (XCAR (value), Qspace)) 5136 || (CONSP (value) && EQ (XCAR (value), Qspace))
5137#ifdef HAVE_XWIDGETS 5137#ifdef HAVE_XWIDGETS
5138 || valid_xwidget_spec_p(value) 5138 || ((it ? FRAME_WINDOW_P (it->f) : frame_window_p)
5139 && valid_xwidget_spec_p(value))
5139#endif 5140#endif
5140 ); 5141 );
5141 5142