diff options
| author | Eli Zaretskii | 2013-12-12 22:52:38 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2013-12-12 22:52:38 +0200 |
| commit | 163e99358a71463d72c9339b4ae7b2795dd7290b (patch) | |
| tree | 7411b9304b939ac830e2b00b81eca22536868555 /src | |
| parent | 32e93c9e89c603462c230e10f46c525eb392e668 (diff) | |
| download | emacs-163e99358a71463d72c9339b4ae7b2795dd7290b.tar.gz emacs-163e99358a71463d72c9339b4ae7b2795dd7290b.zip | |
Remove stale comment from fileio.c.
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c index 8fb6129885c..f6c31ebf1b9 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -461,7 +461,6 @@ Given a Unix syntax file name, returns a string ending in slash. */) | |||
| 461 | beg = res; | 461 | beg = res; |
| 462 | p = beg + strlen (beg); | 462 | p = beg + strlen (beg); |
| 463 | dostounix_filename (beg); | 463 | dostounix_filename (beg); |
| 464 | /* FIXME: Figure out the multibyte vs unibyte stuff here. */ | ||
| 465 | tem_fn = make_specified_string (beg, -1, p - beg, | 464 | tem_fn = make_specified_string (beg, -1, p - beg, |
| 466 | STRING_MULTIBYTE (filename)); | 465 | STRING_MULTIBYTE (filename)); |
| 467 | } | 466 | } |