diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c index a555f8294d4..407109ddc87 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -3481,7 +3481,6 @@ read_non_regular () | |||
| 3481 | nbytes = emacs_read (non_regular_fd, | 3481 | nbytes = emacs_read (non_regular_fd, |
| 3482 | BEG_ADDR + PT_BYTE - 1 + non_regular_inserted, | 3482 | BEG_ADDR + PT_BYTE - 1 + non_regular_inserted, |
| 3483 | non_regular_nbytes); | 3483 | non_regular_nbytes); |
| 3484 | Fsignal (Qquit, Qnil); | ||
| 3485 | immediate_quit = 0; | 3484 | immediate_quit = 0; |
| 3486 | return make_number (nbytes); | 3485 | return make_number (nbytes); |
| 3487 | } | 3486 | } |