/[emacs]/emacs/src/fileio.c
ViewVC logotype

Diff of /emacs/src/fileio.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.492.2.23 by miles, Mon Oct 4 01:04:17 2004 UTC revision 1.492.2.24 by handa, Mon Oct 4 01:21:43 2004 UTC
# Line 2254  duplicates what `expand-file-name' does. Line 2254  duplicates what `expand-file-name' does.
2254                 convert what we substitute into multibyte.  */                 convert what we substitute into multibyte.  */
2255              while (*o)              while (*o)
2256                {                {
2257                  int c = unibyte_char_to_multibyte (*o);                  int c = *o++;
2258                  o++;                  c = unibyte_char_to_multibyte (c);
2259                  x += CHAR_STRING (c, x);                  x += CHAR_STRING (c, x);
2260                }                }
2261            }            }

Legend:
Removed from v.1.492.2.23  
changed lines
  Added in v.1.492.2.24

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26