aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2025-07-10 16:08:29 +0300
committerEli Zaretskii2025-07-10 16:08:29 +0300
commitb51b01f682990df0df51ace51154fb96dadcc867 (patch)
treefdbf2a602f54a0cb0805a1653a553000d3aecc39 /src
parentb83f2d16fbd327e04186c5ae94f90bb907294573 (diff)
downloademacs-b51b01f682990df0df51ace51154fb96dadcc867.tar.gz
emacs-b51b01f682990df0df51ace51154fb96dadcc867.zip
; * src/fileio.c: Remove version from commentary (bug#78983).
Diffstat (limited to 'src')
-rw-r--r--src/fileio.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/fileio.c b/src/fileio.c
index 9f04a5928bb..748e8aadc0c 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -1765,10 +1765,10 @@ the root directory. */)
1765#if 0 1765#if 0
1766/* PLEASE DO NOT DELETE THIS COMMENTED-OUT VERSION! 1766/* PLEASE DO NOT DELETE THIS COMMENTED-OUT VERSION!
1767 This is the old version of expand-file-name, before it was thoroughly 1767 This is the old version of expand-file-name, before it was thoroughly
1768 rewritten for Emacs 10.31. We leave this version here commented-out, 1768 rewritten. We leave this version here commented-out, because the
1769 because the code is very complex and likely to have subtle bugs. If 1769 code is very complex and likely to have subtle bugs. If bugs _are_
1770 bugs _are_ found, it might be of interest to look at the old code and 1770 found, it might be of interest to look at the old code and see what
1771 see what did it do in the relevant situation. 1771 did it do in the relevant situation.
1772 1772
1773 Don't remove this code: it's true that it will be accessible 1773 Don't remove this code: it's true that it will be accessible
1774 from the repository, but a few years from deletion, people will 1774 from the repository, but a few years from deletion, people will