X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/dacbc44ca3fc825c9e5ffa799f1a0937c1da0020..96c8b65ebd79360fdcf81786461805bb4377ca11:/src/xsmfns.c diff --git a/src/xsmfns.c b/src/xsmfns.c index fe2dfbaf83..cb7122202d 100644 --- a/src/xsmfns.c +++ b/src/xsmfns.c @@ -514,9 +514,11 @@ Do not call this function yourself. */) prevent. Fix this in next version. */ Fkill_emacs (Qnil); +#if 0 /* This will not be reached, but we want kill-emacs-hook to be run. */ SmcCloseConnection (smc_conn, 0, 0); ice_connection_closed (); +#endif } return Qnil;