texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * tp/Texinfo/Common.pm (%default_main_program_com


From: Patrice Dumas
Subject: branch master updated: * tp/Texinfo/Common.pm (%default_main_program_command_line_options): add 'SILENT' for --silent for completeness. It is not used anywhere.
Date: Mon, 18 Jul 2022 17:08:15 -0400

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

pertusus pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new 23d904137c * tp/Texinfo/Common.pm 
(%default_main_program_command_line_options): add 'SILENT' for --silent for 
completeness.  It is not used anywhere.
23d904137c is described below

commit 23d904137c521501584a6cdd12214cee19b47dfa
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Mon Jul 18 23:07:56 2022 +0200

    * tp/Texinfo/Common.pm (%default_main_program_command_line_options):
    add 'SILENT' for --silent for completeness.  It is not used anywhere.
---
 ChangeLog            | 5 +++++
 tp/Texinfo/Common.pm | 1 +
 2 files changed, 6 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 43618872d3..41c90bdef6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-18-07  Patrice Dumas  <pertusus@free.fr>
+
+       * tp/Texinfo/Common.pm (%default_main_program_command_line_options):
+       add 'SILENT' for --silent for completeness.  It is not used anywhere.
+
 2022-18-07  Patrice Dumas  <pertusus@free.fr>
 
        Simplify node names information, add more on explicit pointers
diff --git a/tp/Texinfo/Common.pm b/tp/Texinfo/Common.pm
index 8ccfb763b2..230d792e2a 100644
--- a/tp/Texinfo/Common.pm
+++ b/tp/Texinfo/Common.pm
@@ -226,6 +226,7 @@ my %default_main_program_command_line_options = (
   'ERROR_LIMIT'          => 100,     # --error-limit
   'FORCE'                => undef,   # --force
   'NO_WARN'              => undef,   # --no-warn
+  'SILENT'               => undef,   # --silent.    Not used.  For completeness
 
   # following also used in converters
   'FORMAT_MENU'          => 'menu',  # --headers.  Modified by the format.



reply via email to

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