diff options
| author | Richard M. Stallman | 2001-12-18 02:15:53 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-12-18 02:15:53 +0000 |
| commit | 2221451f5b42937f978a10a64e6ed6e409d43d7e (patch) | |
| tree | 6612b3b95590b67d210aa5dcfa381e8ebed3d0f6 /src | |
| parent | 2ed06289b2f6206fdd425627b5e3ec5840dda6bc (diff) | |
| download | emacs-2221451f5b42937f978a10a64e6ed6e409d43d7e.tar.gz emacs-2221451f5b42937f978a10a64e6ed6e409d43d7e.zip | |
(Fcompare_buffer_substrings): Add QUIT to main loop.
Diffstat (limited to 'src')
| -rw-r--r-- | src/editfns.c | 2 |
1 files changed, 2 insertions, 0 deletions
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. */) | |||
| 2473 | characters, not just the bytes. */ | 2473 | characters, not just the bytes. */ |
| 2474 | int c1, c2; | 2474 | int c1, c2; |
| 2475 | 2475 | ||
| 2476 | QUIT; | ||
| 2477 | |||
| 2476 | if (! NILP (bp1->enable_multibyte_characters)) | 2478 | if (! NILP (bp1->enable_multibyte_characters)) |
| 2477 | { | 2479 | { |
| 2478 | c1 = BUF_FETCH_MULTIBYTE_CHAR (bp1, i1_byte); | 2480 | c1 = BUF_FETCH_MULTIBYTE_CHAR (bp1, i1_byte); |