changeset 3272:d1a31cee8fca

(x_connection_closed): Pass new arg.
author Richard M. Stallman <rms@gnu.org>
date Sat, 29 May 1993 20:54:27 +0000
parents dbd332a25c64
children a5e5e1e04331
files src/xterm.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.c	Sat May 29 20:52:45 1993 +0000
+++ b/src/xterm.c	Sat May 29 20:54:27 1993 +0000
@@ -3759,7 +3759,7 @@
   if (_Xdebug)
     abort ();
 
-  shut_down_emacs (0);
+  shut_down_emacs (0, 1);
 
   exit (70);
 }