diff options
Diffstat (limited to 'src/editfns.c')
| -rw-r--r-- | src/editfns.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/editfns.c b/src/editfns.c index b60543702f1..4618164d008 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -3096,6 +3096,7 @@ determines whether case is significant or ignored. */) | |||
| 3096 | return make_number (c1 < c2 ? -1 - chars : chars + 1); | 3096 | return make_number (c1 < c2 ? -1 - chars : chars + 1); |
| 3097 | 3097 | ||
| 3098 | chars++; | 3098 | chars++; |
| 3099 | rarely_quit (chars); | ||
| 3099 | } | 3100 | } |
| 3100 | 3101 | ||
| 3101 | /* The strings match as far as they go. | 3102 | /* The strings match as far as they go. |