changeset 42116:37b724c77b98

(Fcompare_buffer_substrings): Add QUIT to main loop.
author Richard M. Stallman <rms@gnu.org>
date Tue, 18 Dec 2001 02:15:53 +0000
parents 1955cdf92c4c
children bdf2f34631aa
files src/editfns.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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);