From: Richard M. Stallman Date: Tue, 18 Dec 2001 02:15:53 +0000 (+0000) Subject: (Fcompare_buffer_substrings): Add QUIT to main loop. X-Git-Tag: ttn-vms-21-2-B4~17654 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2221451f5b42937f978a10a64e6ed6e409d43d7e;p=emacs.git (Fcompare_buffer_substrings): Add QUIT to main loop. --- diff --git a/src/editfns.c b/src/editfns.c index f8edbadc05a..9c118cc67b1 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -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);