From 65cb357cb6872175e7ed47a6d7ce3000af4483b1 Mon Sep 17 00:00:00 2001 From: Jacob Bachmeyer Date: Mon, 19 Sep 2022 18:03:34 -0500 Subject: [PATCH] Remove Emacs time-stamp configuration The files are now tracked in Git and the actual timestamp was removed long ago -- the oldest version in the repository does not have it. --- upload-ftp-v1.1.pl | 7 +------ upload-ftp-v1.2.pl | 7 +------ 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/upload-ftp-v1.1.pl b/upload-ftp-v1.1.pl index 67e9a0a..2900cae 100755 --- a/upload-ftp-v1.1.pl +++ b/upload-ftp-v1.1.pl @@ -1315,9 +1315,4 @@ sub ftp_syslog { } } -# Local Variables: -# eval: (add-hook 'write-file-hooks 'time-stamp) -# time-stamp-start: "Version " -# time-stamp-format: "%:y-%02m-%02d.%02H" -# time-stamp-end: "$" -# End: +__END__ diff --git a/upload-ftp-v1.2.pl b/upload-ftp-v1.2.pl index 2f34a86..ecd1cb0 100755 --- a/upload-ftp-v1.2.pl +++ b/upload-ftp-v1.2.pl @@ -1477,9 +1477,4 @@ sub ftp_syslog { } } -# Local Variables: -# eval: (add-hook 'write-file-hooks 'time-stamp) -# time-stamp-start: "Version " -# time-stamp-format: "%:y-%02m-%02d.%02H" -# time-stamp-end: "$" -# End: +__END__ -- 2.25.1