Mercurial > emacs
diff src/keyboard.c @ 638:40b255f55df3
*** empty log message ***
| author | Jim Blandy <jimb@redhat.com> |
|---|---|
| date | Sun, 10 May 1992 18:15:10 +0000 |
| parents | 2bb7f23b7ea5 |
| children | 70b112526394 |
line wrap: on
line diff
--- a/src/keyboard.c Sun May 10 18:13:22 1992 +0000 +++ b/src/keyboard.c Sun May 10 18:15:10 1992 +0000 @@ -2105,9 +2105,9 @@ if (interrupt_input) { SIGMASKTYPE mask; - EMACS_SIGBLOCKX (SIGIO, mask); + mask = sigblockx (SIGIO); read_avail_input (expected); - EMACS_SIGSETMASK (mask, mask); + sigsetmask (mask); } else #endif
