aboutsummaryrefslogtreecommitdiffstats
path: root/src/xwidget.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xwidget.c')
-rw-r--r--src/xwidget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xwidget.c b/src/xwidget.c
index 2a53966ef43..758e6408781 100644
--- a/src/xwidget.c
+++ b/src/xwidget.c
@@ -1099,7 +1099,7 @@ xwidget_view_lookup (struct xwidget *xw, struct window *w)
1099 1099
1100 ret = Fxwidget_view_lookup (xwidget, window); 1100 ret = Fxwidget_view_lookup (xwidget, window);
1101 1101
1102 return EQ (ret, Qnil) ? NULL : XXWIDGET_VIEW (ret); 1102 return NILP (ret) ? NULL : XXWIDGET_VIEW (ret);
1103} 1103}
1104 1104
1105struct xwidget * 1105struct xwidget *