Mercurial > emacs
changeset 49472:3fd3c5521557
(Fformat): Add comment about the treatment of 0 as a multibyte
character.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Sun, 26 Jan 2003 23:21:53 +0000 |
parents | d54529028b15 |
children | 5579114f7b97 |
files | src/editfns.c |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/editfns.c Sun Jan 26 21:36:39 2003 +0000 +++ b/src/editfns.c Sun Jan 26 23:21:53 2003 +0000 @@ -3367,6 +3367,10 @@ if (*format == 'c') { if (! SINGLE_BYTE_CHAR_P (XINT (args[n])) + /* Note: No one can remeber why we have to treat + the character 0 as a multibyte character here. + But, until it causes a real problem, let's + don't change it. */ || XINT (args[n]) == 0) { if (! multibyte)