From: Jacob Bachmeyer Date: Mon, 19 Sep 2022 23:03:34 +0000 (-0500) Subject: Remove Emacs time-stamp configuration X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=65cb357cb6872175e7ed47a6d7ce3000af4483b1;p=gatekeeper.git 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. --- 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__