aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 54075bc236b..9afdd7008f6 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -3759,7 +3759,7 @@ x_connection_closed ()
3759 if (_Xdebug) 3759 if (_Xdebug)
3760 abort (); 3760 abort ();
3761 3761
3762 shut_down_emacs (0); 3762 shut_down_emacs (0, 1);
3763 3763
3764 exit (70); 3764 exit (70);
3765} 3765}