1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-02 10:11:05 -08:00

(x_connection_closed): Pass new arg.

This commit is contained in:
Richard M. Stallman 1993-05-29 20:54:27 +00:00
parent 26f186c236
commit e08ad3fc58

View file

@ -3759,7 +3759,7 @@ x_connection_closed ()
if (_Xdebug)
abort ();
shut_down_emacs (0);
shut_down_emacs (0, 1);
exit (70);
}