texinfo-commits
[Top][All Lists]
Advanced

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

[no subject]


From: Gavin D. Smith
Date: Tue, 31 May 2022 11:10:47 -0400 (EDT)

branch: master
commit 4ac5f31083ea8dd05117675e23c41672b992bb07
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Mon May 30 21:00:03 2022 +0100

    * doc/texinfo.tex: Give vertical tab the category code
    of a space.
---
 ChangeLog       | 5 +++++
 doc/texinfo.tex | 3 ++-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 18a5b1eecc..262acb8209 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-05-30  Gavin Smith  <gavinsmith0123@gmail.com>
+
+       * doc/texinfo.tex: Give vertical tab the category code
+       of a space.
+
 2022-05-30  Patrice Dumas  <pertusus@free.fr>
 
        * tp/tests/many_input_files/tex_l2h_output_dir_non_ascii.sh,
diff --git a/doc/texinfo.tex b/doc/texinfo.tex
index 1bd4a68dcb..a2bcf60e49 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{2022-04-10.11}
+\def\texinfoversion{2022-05-30.20}
 %
 % Copyright 1985, 1986, 1988, 1990-2022 Free Software Foundation, Inc.
 %
@@ -11361,6 +11361,7 @@ directory should work if nowhere else does.}
 \message{and turning on texinfo input format.}
 
 \def^^L{\par} % remove \outer, so ^L can appear in an @comment
+\catcode`\^^K = 10 % treat vertical tab as whitespace
 
 % DEL is a comment character, in case @c does not suffice.
 \catcode`\^^? = 14



reply via email to

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