1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-27 07:41:28 -08:00

*** empty log message ***

This commit is contained in:
Kenichi Handa 2003-01-17 00:47:32 +00:00
parent 0ab0f2d3a0
commit 1255b58ae9

View file

@ -1,3 +1,9 @@
2003-01-17 Kenichi Handa <handa@m17n.org>
* editfns.c (Fformat): Convert an unibyte char argument that is
formatted by "%c" to multibyte if the total result must be a
multibyte string.
2003-01-16 Kim F. Storm <storm@cua.dk>
* process.c (set-process-filter): Document unibyte/multibyte-ness