diff options
| author | Richard M. Stallman | 1998-03-21 17:59:22 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-03-21 17:59:22 +0000 |
| commit | cc5bf9eb92b27801c213bebdee2515713799b132 (patch) | |
| tree | 8ae374a93cb1bfe83c7a4170ef283a05adcb75ba /src/doc.c | |
| parent | 491f16a2881a26582bec970da72212758e5a038f (diff) | |
| download | emacs-cc5bf9eb92b27801c213bebdee2515713799b132.tar.gz emacs-cc5bf9eb92b27801c213bebdee2515713799b132.zip | |
(Fsubstitute_command_keys): Use make_string_from_bytes.
Diffstat (limited to 'src/doc.c')
| -rw-r--r-- | src/doc.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -730,7 +730,7 @@ thus, \\=\\=\\=\\= puts \\=\\= into the output, and \\=\\=\\=\\[ puts \\=\\[ int | |||
| 730 | } | 730 | } |
| 731 | 731 | ||
| 732 | if (changed) /* don't bother if nothing substituted */ | 732 | if (changed) /* don't bother if nothing substituted */ |
| 733 | tem = make_multibyte_string (buf, nchars, bufp - buf); | 733 | tem = make_string_from_bytes (buf, nchars, bufp - buf); |
| 734 | else | 734 | else |
| 735 | tem = string; | 735 | tem = string; |
| 736 | xfree (buf); | 736 | xfree (buf); |