aboutsummaryrefslogtreecommitdiffstats
path: root/src/fns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fns.c')
-rw-r--r--src/fns.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/fns.c b/src/fns.c
index 42c4f817f29..b4bb9e83fa8 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -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;