From 9514940b0d2c5ae0dc70079c9e3d42480a263ce7 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 10 Jul 2025 16:08:29 +0300 Subject: [PATCH] ; * src/fileio.c: Remove version from commentary (bug#78983). (cherry picked from commit b51b01f682990df0df51ace51154fb96dadcc867) --- src/fileio.c | 8 ++++---- 1 file 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. */) #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 -- 2.39.5