; * src/fileio.c: Remove version from commentary (bug#78983).

This commit is contained in:
Eli Zaretskii 2025-07-10 16:08:29 +03:00
parent b83f2d16fb
commit b51b01f682

View 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