mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-26 09:06:38 +12:00
* 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:
parent
0710b02a4a
commit
c346c22106
@ -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
4
config.guess
vendored
@ -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
4
config.sub
vendored
@ -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: "'"
|
||||
|
Loading…
x
Reference in New Issue
Block a user