1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-07 23:10:28 -08:00

* emacsclient.c (handle_sigtstp): Use the new name for the

socket variable.
This commit is contained in:
Dan Nicolaescu 2007-05-17 00:17:06 +00:00
parent a0c750da6e
commit 90843190c5
2 changed files with 6 additions and 1 deletions

View file

@ -977,7 +977,7 @@ handle_sigtstp (int signalnum)
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