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 (%def_map): Add defline.


From: Gavin D. Smith
Subject: branch master updated: * tp/Texinfo/Common.pm (%def_map): Add defline.
Date: Sat, 18 Feb 2023 04:11:05 -0500

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 47c1b15d11 * tp/Texinfo/Common.pm (%def_map): Add defline.
47c1b15d11 is described below

commit 47c1b15d118da61fc1e5692011fd3ecfe2e9e115
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sat Feb 18 09:10:06 2023 +0000

    * tp/Texinfo/Common.pm (%def_map): Add defline.
---
 ChangeLog            | 4 ++++
 tp/Texinfo/Common.pm | 1 +
 2 files changed, 5 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 07c5cee01c..26de4c00c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2023-02-18  Gavin Smith <gavinsmith0123@gmail.com>
+
+       * tp/Texinfo/Common.pm (%def_map): Add defline.
+
 2023-02-17  Patrice Dumas  <pertusus@free.fr>
 
        * tp/Texinfo/Common.pm (index_content_element),
diff --git a/tp/Texinfo/Common.pm b/tp/Texinfo/Common.pm
index 543e3ab531..bff67bd8e2 100644
--- a/tp/Texinfo/Common.pm
+++ b/tp/Texinfo/Common.pm
@@ -565,6 +565,7 @@ our %def_map = (
     # basic commands.
     # 'arg' and 'argtype' are for everything appearing after the other
     # arguments.
+    'defline',   [ 'category', 'name', 'arg' ],
     'deffn',     [ 'category', 'name', 'arg' ],
     'defvr',     [ 'category', 'name' ],
     'deftypefn', [ 'category', 'type', 'name', 'argtype' ],



reply via email to

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