From: Richard M. Stallman Date: Sat, 21 Mar 1998 17:59:22 +0000 (+0000) Subject: (Fsubstitute_command_keys): Use make_string_from_bytes. X-Git-Tag: emacs-20.3~1822 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cc5bf9eb92b27801c213bebdee2515713799b132;p=emacs.git (Fsubstitute_command_keys): Use make_string_from_bytes. --- diff --git a/src/doc.c b/src/doc.c index 1923c86937a..e2b98a1dc19 100644 --- a/src/doc.c +++ b/src/doc.c @@ -730,7 +730,7 @@ thus, \\=\\=\\=\\= puts \\=\\= into the output, and \\=\\=\\=\\[ puts \\=\\[ int } 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);