From e08ad3fc584ed83be35f0ea4a00ef0ba0bb87ba8 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 29 May 1993 20:54:27 +0000 Subject: [PATCH] (x_connection_closed): Pass new arg. --- src/xterm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xterm.c b/src/xterm.c index 54075bc236b..9afdd7008f6 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -3759,7 +3759,7 @@ x_connection_closed () if (_Xdebug) abort (); - shut_down_emacs (0); + shut_down_emacs (0, 1); exit (70); }