* config.guess (Local variables): Use 'write-file-functions

instead of the deprecated 'write-file-hook (as of Emacs 22.1).
	* config.sub: Likewise.
This commit is contained in:
Ben Elliston 2017-09-26 11:38:13 +10:00
parent 0710b02a4a
commit c346c22106
3 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,9 @@
2017-09-26 Ben Elliston <bje@gnu.org>
* 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 <eggert@cs.ucla.edu>
Prefer https: to http: for gnu.org

4
config.guess vendored
View File

@ -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: "'"

4
config.sub vendored
View File

@ -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: "'"