(Fcompare_buffer_substrings): Add QUIT to main loop.
authorRichard M. Stallman <rms@gnu.org>
Tue, 18 Dec 2001 02:15:53 +0000 (02:15 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 18 Dec 2001 02:15:53 +0000 (02:15 +0000)
src/editfns.c

index f8edbad..9c118cc 100644 (file)
@@ -2473,6 +2473,8 @@ determines whether case is significant or ignored.  */)
         characters, not just the bytes.  */
       int c1, c2;
 
+      QUIT;
+
       if (! NILP (bp1->enable_multibyte_characters))
        {
          c1 = BUF_FETCH_MULTIBYTE_CHAR (bp1, i1_byte);