]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 f8edbadc05a9813f2f573d0ec597b034ba07380c..9c118cc67b1be29a9931064b629d35693a1ddeb6 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);