Mercurial > emacs
changeset 8815:b1766995a504
(shut_down_emacs): Don't call Fx_close_current_connection.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 17 Sep 1994 00:14:40 +0000 |
parents | 4f3260a22bc8 |
children | fbc29f1ddd08 |
files | src/emacs.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/emacs.c Sat Sep 17 00:09:21 1994 +0000 +++ b/src/emacs.c Sat Sep 17 00:14:40 1994 +0000 @@ -858,6 +858,7 @@ kill_vms_processes (); #endif +#if 0 /* This triggers a bug in XCloseDisplay and is not needed. */ #ifdef HAVE_X_WINDOWS /* It's not safe to call intern here. Maybe we are crashing. */ if (!noninteractive && SYMBOLP (Vwindow_system) @@ -866,6 +867,7 @@ && ! no_x) Fx_close_current_connection (); #endif /* HAVE_X_WINDOWS */ +#endif #ifdef SIGIO /* There is a tendency for a SIGIO signal to arrive within exit,