# HG changeset patch # User Richard M. Stallman # Date 1008641753 0 # Node ID 37b724c77b98f73e1caaae3a73de02f59ed75c60 # Parent 1955cdf92c4cefc2e371a2d2e23eed4da01840d1 (Fcompare_buffer_substrings): Add QUIT to main loop. diff -r 1955cdf92c4c -r 37b724c77b98 src/editfns.c --- a/src/editfns.c Tue Dec 18 02:15:40 2001 +0000 +++ b/src/editfns.c Tue Dec 18 02:15:53 2001 +0000 @@ -2473,6 +2473,8 @@ characters, not just the bytes. */ int c1, c2; + QUIT; + if (! NILP (bp1->enable_multibyte_characters)) { c1 = BUF_FETCH_MULTIBYTE_CHAR (bp1, i1_byte);