diff options
Diffstat (limited to 'src/fns.c')
| -rw-r--r-- | src/fns.c | 7 |
1 files changed, 0 insertions, 7 deletions
| @@ -1838,13 +1838,6 @@ properties on the list. This function never signals an error. */) | |||
| 1838 | halftail = XCDR (halftail); | 1838 | halftail = XCDR (halftail); |
| 1839 | if (EQ (tail, halftail)) | 1839 | if (EQ (tail, halftail)) |
| 1840 | break; | 1840 | break; |
| 1841 | |||
| 1842 | #if 0 /* Unsafe version. */ | ||
| 1843 | /* This function can be called asynchronously | ||
| 1844 | (setup_coding_system). Don't QUIT in that case. */ | ||
| 1845 | if (!interrupt_input_blocked) | ||
| 1846 | QUIT; | ||
| 1847 | #endif | ||
| 1848 | } | 1841 | } |
| 1849 | 1842 | ||
| 1850 | return Qnil; | 1843 | return Qnil; |