From 5a422d95aa63713b29d93ffbfd3595d235a026ba Mon Sep 17 00:00:00 2001 From: =?utf8?q?Gr=C3=A9goire=20Jadi?= Date: Tue, 16 Jul 2013 19:39:21 +0200 Subject: [PATCH] * src/xwidget.c (Fmake_xwidget): Set the initial value of `query-on-exit' flag to t (kill_without_query = !query-on-exit). --- src/xwidget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xwidget.c b/src/xwidget.c index 9a039d9a745..ad4e07c6dd2 100644 --- a/src/xwidget.c +++ b/src/xwidget.c @@ -209,7 +209,7 @@ TYPE is a symbol which can take one of the following values: xw->height = XFASTINT(height); xw->width = XFASTINT(width); - xw->kill_without_query = 1; + xw->kill_without_query = 0; XSETXWIDGET (val, xw); // set the vectorlike_header of VAL with the correct value Vxwidget_list = Fcons (val, Vxwidget_list); xw->widgetwindow_osr = NULL; -- 2.39.2