# HG changeset patch # User Dave Love # Date 950128677 0 # Node ID 1e05c673aa1837b5981ac2f681519139f1509f9c # Parent 9c2aec874fef7ee02620422ce9524e7d89edf836 Comment fix. diff -r 9c2aec874fef -r 1e05c673aa18 src/charset.c --- 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);