From 1cd2d6d402d14bde0fb0a6770e9fe7ea3f2c5ff7 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 13 Jun 1993 02:06:17 +0000 Subject: [PATCH] (x_connection_closed): Pass new arg to shut_down_emacs. --- src/xterm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xterm.c b/src/xterm.c index b5f87c46cc6..8dd20f542c5 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -3781,7 +3781,7 @@ x_connection_closed () if (_Xdebug) abort (); - shut_down_emacs (0, 1); + shut_down_emacs (0, 1, Qnil); exit (70); }