Mercurial > emacs
changeset 27653:1e05c673aa18
Comment fix.
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 09 Feb 2000 20:37:57 +0000 |
parents | 9c2aec874fef |
children | cabb1b4c4424 |
files | src/charset.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/charset.c Wed Feb 09 12:43:30 2000 +0000 +++ b/src/charset.c Wed Feb 09 20:37:57 2000 +0000 @@ -1373,9 +1373,9 @@ multibyte_p = 1; } - /* Here, we can't use make_string_from_bytes because of byte + /* Here, we can't use make_string_from_bytes because of the byte combining problem. Make a multibyte string if there is any - multibyte character in ARGS to make sure that `(insert 2276)' + multibyte character in ARGS to make sure that `(string 2276)' returns a multibyte string if running --unibyte. */ if (multibyte_p) val = make_multibyte_string (buf, n, p - buf);