]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove stale comment from fileio.c.
authorEli Zaretskii <eliz@gnu.org>
Thu, 12 Dec 2013 20:52:38 +0000 (22:52 +0200)
committerEli Zaretskii <eliz@gnu.org>
Thu, 12 Dec 2013 20:52:38 +0000 (22:52 +0200)
src/fileio.c

index 8fb6129885c47786cc61ab140d6e8b262faa161c..f6c31ebf1b9c60dd770b976e934feb8afa57c3ef 100644 (file)
@@ -461,7 +461,6 @@ Given a Unix syntax file name, returns a string ending in slash.  */)
          beg = res;
          p = beg + strlen (beg);
          dostounix_filename (beg);
-         /* FIXME: Figure out the multibyte vs unibyte stuff here.  */
          tem_fn = make_specified_string (beg, -1, p - beg,
                                          STRING_MULTIBYTE (filename));
        }