changeset 3710:38e8dc7fd1e8

(x_connection_closed): Pass new arg to shut_down_emacs.
author Richard M. Stallman <rms@gnu.org>
date Sun, 13 Jun 1993 02:06:17 +0000
parents 09e961c82be8
children 5acf09035d16
files src/xterm.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.c	Sun Jun 13 01:57:02 1993 +0000
+++ b/src/xterm.c	Sun Jun 13 02:06:17 1993 +0000
@@ -3781,7 +3781,7 @@
   if (_Xdebug)
     abort ();
 
-  shut_down_emacs (0, 1);
+  shut_down_emacs (0, 1, Qnil);
 
   exit (70);
 }