Mercurial > emacs
changeset 21252:fce0c8c246d1
(Fsubstitute_command_keys): Use make_string_from_bytes.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 21 Mar 1998 17:59:22 +0000 |
parents | 05fbf4f5b14f |
children | 606fe1bb94e6 |
files | src/doc.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/doc.c Sat Mar 21 17:52:08 1998 +0000 +++ b/src/doc.c Sat Mar 21 17:59:22 1998 +0000 @@ -730,7 +730,7 @@ } if (changed) /* don't bother if nothing substituted */ - tem = make_multibyte_string (buf, nchars, bufp - buf); + tem = make_string_from_bytes (buf, nchars, bufp - buf); else tem = string; xfree (buf);