mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-18 02:47:36 +00:00
(x_connection_closed): Pass new arg.
This commit is contained in:
parent
26f186c236
commit
e08ad3fc58
1 changed files with 1 additions and 1 deletions
|
|
@ -3759,7 +3759,7 @@ x_connection_closed ()
|
|||
if (_Xdebug)
|
||||
abort ();
|
||||
|
||||
shut_down_emacs (0);
|
||||
shut_down_emacs (0, 1);
|
||||
|
||||
exit (70);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue