texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: texinfo.tex: Simplify time-stamp local variables


From: Gavin D. Smith
Subject: branch master updated: texinfo.tex: Simplify time-stamp local variables
Date: Sat, 28 Aug 2021 15:00:27 -0400

This is an automated email from the git hooks/post-receive script.

gavin pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new f179ced  texinfo.tex: Simplify time-stamp local variables
f179ced is described below

commit f179ced5d13749a856671a0f2be68882d9f89a7f
Author: Stephen Gildea <stepheng-texinfo@gildea.com>
AuthorDate: Sat Aug 28 20:00:05 2021 +0100

    texinfo.tex: Simplify time-stamp local variables
    
    * doc/texinfo.tex: Use time-stamp-pattern in preference to setting
    multiple time-stamp Emacs variables.  Add time-stamp to hook locally,
    so that Emacs will accept this setting as safe without prompting.
---
 ChangeLog       | 8 ++++++++
 doc/texinfo.tex | 8 +++-----
 2 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 779c565..310eb89 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2021-08-28  Stephen Gildea <stepheng-texinfo@gildea.com> (tiny change)
+
+       texinfo.tex: Simplify time-stamp local variables
+       
+       * doc/texinfo.tex: Use time-stamp-pattern in preference to setting
+       multiple time-stamp Emacs variables.  Add time-stamp to hook locally,
+       so that Emacs will accept this setting as safe without prompting.
+
 2021-08-28  Gavin Smith  <gavinsmith0123@gmail.com>
 
        * tp/Texinfo/XS/parsetexi/end_line.c (end_line) <def command>:
diff --git a/doc/texinfo.tex b/doc/texinfo.tex
index 63d2892..fdd4fbe 100644
--- a/doc/texinfo.tex
+++ b/doc/texinfo.tex
@@ -3,7 +3,7 @@
 % Load plain if necessary, i.e., if running under initex.
 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
 %
-\def\texinfoversion{2021-08-10.14}
+\def\texinfoversion{2021-08-28.18}
 %
 % Copyright 1985, 1986, 1988, 1990-2021 Free Software Foundation, Inc.
 %
@@ -11600,11 +11600,9 @@ directory should work if nowhere else does.}
 @setregularquotes
 
 @c Local variables:
-@c eval: (add-hook 'before-save-hook 'time-stamp)
+@c eval: (add-hook 'before-save-hook 'time-stamp nil t)
+@c time-stamp-pattern: "texinfoversion{%Y-%02m-%02d.%02H}"
 @c page-delimiter: "^\\\\message\\|emacs-page"
-@c time-stamp-start: "def\\\\texinfoversion{"
-@c time-stamp-format: "%:y-%02m-%02d.%02H"
-@c time-stamp-end: "}"
 @c End:
 
 @c vim:sw=2:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]