emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/fileio.c [emacs-unicode-2]


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/fileio.c [emacs-unicode-2]
Date: Sun, 03 Oct 2004 21:30:21 -0400

Index: emacs/src/fileio.c
diff -c emacs/src/fileio.c:1.492.2.23 emacs/src/fileio.c:1.492.2.24
*** emacs/src/fileio.c:1.492.2.23       Mon Oct  4 01:04:17 2004
--- emacs/src/fileio.c  Mon Oct  4 01:21:43 2004
***************
*** 2254,2261 ****
               convert what we substitute into multibyte.  */
            while (*o)
              {
!               int c = unibyte_char_to_multibyte (*o);
!               o++;
                x += CHAR_STRING (c, x);
              }
          }
--- 2254,2261 ----
               convert what we substitute into multibyte.  */
            while (*o)
              {
!               int c = *o++;
!               c = unibyte_char_to_multibyte (c);
                x += CHAR_STRING (c, x);
              }
          }




reply via email to

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