From: Eli Zaretskii Date: Thu, 12 Dec 2013 20:52:38 +0000 (+0200) Subject: Remove stale comment from fileio.c. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~442 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=163e99358a71463d72c9339b4ae7b2795dd7290b;p=emacs.git Remove stale comment from fileio.c. --- 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. */) 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)); }