mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-09 23:50:47 +02:00
doc: htmlxref.cnf: Use write-file-functions.
The write-file-hooks is deprecated since Emacs 22.1, so switch to the suggested replacement. * doc/htmlxref.cnf (add-hook): Use 'write-file-functions. Change-Id: Ia652ace9a5b5ffb971999372348fa4133f909a4e Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
91cb83ce31
commit
17600c6f65
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
|||
# htmlxref.cnf - reference file for free Texinfo manuals on the web.
|
||||
# Modified by Ludovic Courtès <ludo@gnu.org> for the GNU Guix manual.
|
||||
# Further modified by Tomas Volf <~@wolfsden.cz>.
|
||||
|
||||
htmlxrefversion=2024-06-02.15; # UTC
|
||||
htmlxrefversion=2025-01-22.18; # UTC
|
||||
|
||||
# Copyright 2010-2020, 2022 Free Software Foundation, Inc.
|
||||
#
|
||||
|
@ -716,7 +717,7 @@ web2c mono ${T}/web2c.html
|
|||
|
||||
|
||||
# Local Variables:
|
||||
# eval: (add-hook 'write-file-hooks 'time-stamp)
|
||||
# eval: (add-hook 'write-file-functions 'time-stamp)
|
||||
# time-stamp-start: "htmlxrefversion="
|
||||
# time-stamp-format: "%:y-%02m-%02d.%02H"
|
||||
# time-stamp-time-zone: "UTC"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue