aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1993-05-29 20:54:27 +0000
committerRichard M. Stallman1993-05-29 20:54:27 +0000
commite08ad3fc584ed83be35f0ea4a00ef0ba0bb87ba8 (patch)
tree957b7032c62c5b01bc9818d4890b9a371e4ba8f1 /src
parent26f186c23651c89a60f5939a8606daaafccca5dc (diff)
downloademacs-e08ad3fc584ed83be35f0ea4a00ef0ba0bb87ba8.tar.gz
emacs-e08ad3fc584ed83be35f0ea4a00ef0ba0bb87ba8.zip
(x_connection_closed): Pass new arg.
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}