Spelling fixes.
This commit is contained in:
parent
322ad6ec0e
commit
8350f087ef
69 changed files with 125 additions and 137 deletions
|
@ -1193,7 +1193,7 @@ handle_sigtstp (int signalnum)
|
|||
send_to_emacs (emacs_socket, "-suspend \n");
|
||||
|
||||
/* Unblock this signal and call the default handler by temporarily
|
||||
changing the handler and resignalling. */
|
||||
changing the handler and resignaling. */
|
||||
sigprocmask (SIG_BLOCK, NULL, &set);
|
||||
sigdelset (&set, signalnum);
|
||||
signal (signalnum, SIG_DFL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue