diff src/editfns.c @ 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 f9f7612c767a
children 23a1cea22d13
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)