From c346c22106c236e720249c4eae5d3fc6f5a4b64c Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Tue, 26 Sep 2017 11:38:13 +1000 Subject: [PATCH] * config.guess (Local variables): Use 'write-file-functions instead of the deprecated 'write-file-hook (as of Emacs 22.1). * config.sub: Likewise. --- ChangeLog | 6 ++++++ config.guess | 4 ++-- config.sub | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index a45ff34..6666c83 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2017-09-26 Ben Elliston + + * config.guess (Local variables): Use 'write-file-functions + instead of the deprecated 'write-file-hook (as of Emacs 22.1). + * config.sub: Likewise. + 2017-09-16 Paul Eggert Prefer https: to http: for gnu.org diff --git a/config.guess b/config.guess index 8bd1095..79c859b 100755 --- a/config.guess +++ b/config.guess @@ -2,7 +2,7 @@ # Attempt to guess a canonical system name. # Copyright 1992-2017 Free Software Foundation, Inc. -timestamp='2017-09-16' +timestamp='2017-09-26' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -1441,7 +1441,7 @@ EOF exit 1 # Local variables: -# eval: (add-hook 'write-file-hooks 'time-stamp) +# eval: (add-hook 'write-file-functions 'time-stamp) # time-stamp-start: "timestamp='" # time-stamp-format: "%:y-%02m-%02d" # time-stamp-end: "'" diff --git a/config.sub b/config.sub index 95dc3d0..c6950fd 100755 --- a/config.sub +++ b/config.sub @@ -2,7 +2,7 @@ # Configuration validation subroutine script. # Copyright 1992-2017 Free Software Foundation, Inc. -timestamp='2017-09-16' +timestamp='2017-09-26' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -1829,7 +1829,7 @@ echo $basic_machine$os exit # Local variables: -# eval: (add-hook 'write-file-hooks 'time-stamp) +# eval: (add-hook 'write-file-functions 'time-stamp) # time-stamp-start: "timestamp='" # time-stamp-format: "%:y-%02m-%02d" # time-stamp-end: "'"