mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-28 08:11:05 -08:00
(x_connection_closed): Pass new arg to shut_down_emacs.
This commit is contained in:
parent
3a8a836d28
commit
1cd2d6d402
1 changed files with 1 additions and 1 deletions
|
|
@ -3781,7 +3781,7 @@ x_connection_closed ()
|
|||
if (_Xdebug)
|
||||
abort ();
|
||||
|
||||
shut_down_emacs (0, 1);
|
||||
shut_down_emacs (0, 1, Qnil);
|
||||
|
||||
exit (70);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue