]> code.delx.au - gnu-emacs/blobdiff - src/xsmfns.c
Sync x-server-* and x-display-* functions on NS with those on X11.
[gnu-emacs] / src / xsmfns.c
index 289aac8492b8665ed3b32c6bbaabb81158c4817f..cb7122202df7f71a56e2f6130ffb9bb719209999 100644 (file)
@@ -1,7 +1,7 @@
 /* Session management module for systems which understand the X Session
    management protocol.
 
-Copyright (C) 2002-201 Free Software Foundation, Inc.
+Copyright (C) 2002-2013 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -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;