Mercurial > emacs
changeset 23127:22c7650e9057
(message_dolog): Use macro CHAR_BYTES instead of Fchar_bytes.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 28 Aug 1998 12:22:39 +0000 |
parents | cac484ad071c |
children | 45de23c16505 |
files | src/xdisp.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xdisp.c Thu Aug 27 15:26:46 1998 +0000 +++ b/src/xdisp.c Fri Aug 28 12:22:39 1998 +0000 @@ -335,7 +335,7 @@ while (i < len) { c = STRING_CHAR (m + i, len - i); - i += XFASTINT (Fchar_bytes (make_number (c))); + i += CHAR_BYTES (c); /* Truncate the character to its last byte--we can only hope the user is happy with the character he gets, since if it isn't right, there is no way to do it right. */