diff options
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); |