aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/xterm.c2
1 files changed, 1 insertions, 1 deletions
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 ()
3781 if (_Xdebug) 3781 if (_Xdebug)
3782 abort (); 3782 abort ();
3783 3783
3784 shut_down_emacs (0, 1); 3784 shut_down_emacs (0, 1, Qnil);
3785 3785
3786 exit (70); 3786 exit (70);
3787} 3787}