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: Wed, 19 Oct 2022 10:31:18 -0400 (EDT)

branch: master
commit 9e2dd25e5013cf85375f36e4d5edc585008c01b7
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Wed Oct 19 15:21:11 2022 +0100

    * tp/Texinfo/Common.pm (@variable_string_settables):
    Declare with "our" rather than "my" to allow "make vcheck"
    to work under doc/refcard/.
---
 ChangeLog            | 6 ++++++
 tp/Texinfo/Common.pm | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index d456bc0970..3417e85356 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2022-10-19  Gavin Smith  <gavinsmith0123@gmail.com>
+
+       * tp/Texinfo/Common.pm (@variable_string_settables):
+       Declare with "our" rather than "my" to allow "make vcheck"
+       to work under doc/refcard/.
+
 2022-10-19  Gavin Smith  <gavinsmith0123@gmail.com>
 
        * doc/refcard/txirefcard.tex: 2022, 7.0.
diff --git a/tp/Texinfo/Common.pm b/tp/Texinfo/Common.pm
index 72b897e695..e83f3f0409 100644
--- a/tp/Texinfo/Common.pm
+++ b/tp/Texinfo/Common.pm
@@ -304,7 +304,7 @@ our %default_converter_customization = (
 # some converters, for example CLOSE_QUOTE_SYMBOL and many
 # for HTML.  Could be added to %default_converter_customization.
 # Defaults are documented in manual and set in the various converters.
-my @variable_string_settables = (
+our @variable_string_settables = (
 'AFTER_BODY_OPEN',
 'AFTER_SHORT_TOC_LINES',
 'AFTER_TOC_LINES',



reply via email to

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