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:
parent
a0c750da6e
commit
90843190c5
2 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue