diff src/xterm.c @ 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 910ea1d66bfd
children 3cc238ae0de5
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);
 }