]> git.eshelyaron.com Git - emacs.git/commit
(Fformat): Do all the work directly--don't use doprnt.
authorRichard M. Stallman <rms@gnu.org>
Fri, 9 Jan 1998 22:34:48 +0000 (22:34 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 9 Jan 1998 22:34:48 +0000 (22:34 +0000)
commit1f24f4fdd2b7203aa75728a4437cb0520a8e6877
treee4605350016c0460fc86a383d2700e54b72f12a6
parent6bb762b32476cd8f778a17f225e657f079a41728
(Fformat): Do all the work directly--don't use doprnt.
Calculate the right size the first time, so no need to retry.
Count chars and bytes in the result.
Convert single-byte strings to multibyte as needed.
src/editfns.c