]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/fileio.c: Remove version from commentary (bug#78983).
authorEli Zaretskii <eliz@gnu.org>
Thu, 10 Jul 2025 13:08:29 +0000 (16:08 +0300)
committerEshel Yaron <me@eshelyaron.com>
Thu, 24 Jul 2025 08:00:52 +0000 (10:00 +0200)
(cherry picked from commit b51b01f682990df0df51ace51154fb96dadcc867)

src/fileio.c

index 9f04a5928bbf4f427be4a8130392ca05ef1a0d19..748e8aadc0c46556ab25963a80681bc6b20b4fac 100644 (file)
@@ -1765,10 +1765,10 @@ the root directory.  */)
 #if 0
 /* PLEASE DO NOT DELETE THIS COMMENTED-OUT VERSION!
    This is the old version of expand-file-name, before it was thoroughly
-   rewritten for Emacs 10.31.  We leave this version here commented-out,
-   because the code is very complex and likely to have subtle bugs.  If
-   bugs _are_ found, it might be of interest to look at the old code and
-   see what did it do in the relevant situation.
+   rewritten.  We leave this version here commented-out,  because the
+   code is very complex and likely to have subtle bugs.  If bugs _are_
+   found, it might be of interest to look at the old code and see what
+   did it do in the relevant situation.
 
    Don't remove this code: it's true that it will be accessible
    from the repository, but a few years from deletion, people will