emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/editfns.c


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/editfns.c
Date: Sun, 26 Jan 2003 18:21:53 -0500

Index: emacs/src/editfns.c
diff -c emacs/src/editfns.c:1.350 emacs/src/editfns.c:1.351
*** emacs/src/editfns.c:1.350   Sat Jan 25 14:48:14 2003
--- emacs/src/editfns.c Sun Jan 26 18:21:53 2003
***************
*** 3367,3372 ****
--- 3367,3376 ----
            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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]