diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/editfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editfns.c b/src/editfns.c index 4bc5336e997..a7296c4428f 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -2660,7 +2660,7 @@ Both characters must have the same length of multi-byte form. */) | |||
| 2660 | { | 2660 | { |
| 2661 | len = CHAR_STRING (XFASTINT (fromchar), fromstr); | 2661 | len = CHAR_STRING (XFASTINT (fromchar), fromstr); |
| 2662 | if (CHAR_STRING (XFASTINT (tochar), tostr) != len) | 2662 | if (CHAR_STRING (XFASTINT (tochar), tostr) != len) |
| 2663 | error ("Characters in subst-char-in-region have different byte-lengths"); | 2663 | error ("Characters in `subst-char-in-region' have different byte-lengths"); |
| 2664 | if (!ASCII_BYTE_P (*tostr)) | 2664 | if (!ASCII_BYTE_P (*tostr)) |
| 2665 | { | 2665 | { |
| 2666 | /* If *TOSTR is in the range 0x80..0x9F and TOCHAR is not a | 2666 | /* If *TOSTR is in the range 0x80..0x9F and TOCHAR is not a |