diff options
Diffstat (limited to 'src/character.c')
| -rw-r--r-- | src/character.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/character.c b/src/character.c index cfaaf8eeca9..37963d1878c 100644 --- a/src/character.c +++ b/src/character.c | |||
| @@ -541,7 +541,7 @@ multibyte_chars_in_text (const unsigned char *ptr, ptrdiff_t nbytes) | |||
| 541 | int len = MULTIBYTE_LENGTH (ptr, endp); | 541 | int len = MULTIBYTE_LENGTH (ptr, endp); |
| 542 | 542 | ||
| 543 | if (len == 0) | 543 | if (len == 0) |
| 544 | abort (); | 544 | emacs_abort (); |
| 545 | ptr += len; | 545 | ptr += len; |
| 546 | chars++; | 546 | chars++; |
| 547 | } | 547 | } |