(x_connection_closed): Pass new arg.
authorRichard M. Stallman <rms@gnu.org>
Sat, 29 May 1993 20:54:27 +0000 (20:54 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 29 May 1993 20:54:27 +0000 (20:54 +0000)
src/xterm.c

index 54075bc..9afdd70 100644 (file)
@@ -3759,7 +3759,7 @@ x_connection_closed ()
   if (_Xdebug)
     abort ();
 
-  shut_down_emacs (0);
+  shut_down_emacs (0, 1);
 
   exit (70);
 }