# HG changeset patch # User Dan Nicolaescu # Date 1179361026 0 # Node ID a5651b79b31b51b02cb10e2a354f95a462e0dbdb # Parent 0e545daaf463728d1520bc1d468a4a8405625cd9 * emacsclient.c (handle_sigtstp): Use the new name for the socket variable. diff -r 0e545daaf463 -r a5651b79b31b lib-src/ChangeLog.multi-tty --- a/lib-src/ChangeLog.multi-tty Thu May 17 00:08:25 2007 +0000 +++ b/lib-src/ChangeLog.multi-tty Thu May 17 00:17:06 2007 +0000 @@ -1,3 +1,8 @@ +2007-05-17 Dan Nicolaescu + + * emacsclient.c (handle_sigtstp): Use the new name for the + socket variable. + 2007-05-16 Dan Nicolaescu * emacsclient.c (decode_options): Don't use a tty on windows. diff -r 0e545daaf463 -r a5651b79b31b lib-src/emacsclient.c --- a/lib-src/emacsclient.c Thu May 17 00:08:25 2007 +0000 +++ b/lib-src/emacsclient.c Thu May 17 00:17:06 2007 +0000 @@ -977,7 +977,7 @@ int old_errno = errno; sigset_t set; - if (s) + if (emacs_socket) send_to_emacs (emacs_socket, "-suspend \n"); /* Unblock this signal and call the default handler by temprarily