]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fsubstitute_command_keys): Use make_string_from_bytes.
authorRichard M. Stallman <rms@gnu.org>
Sat, 21 Mar 1998 17:59:22 +0000 (17:59 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 21 Mar 1998 17:59:22 +0000 (17:59 +0000)
src/doc.c

index 1923c86937a8ccc08772c437aca0fdd84c9cffed..e2b98a1dc19b859bfc03394a80450ef4395d9b9c 100644 (file)
--- 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);