[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * info/nodes.c (info_node_of_tag_ext): do not set
From: |
Patrice Dumas |
Subject: |
branch master updated: * info/nodes.c (info_node_of_tag_ext): do not set N_IsCompressed on nodes, it is only relevant and used at the file buffer level. |
Date: |
Sat, 12 Oct 2024 08:43:44 -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 46ebb3da20 * info/nodes.c (info_node_of_tag_ext): do not set
N_IsCompressed on nodes, it is only relevant and used at the file buffer level.
46ebb3da20 is described below
commit 46ebb3da203d3b9bd4900e00f16c9271317781d8
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sat Oct 12 14:43:33 2024 +0200
* info/nodes.c (info_node_of_tag_ext): do not set N_IsCompressed on
nodes, it is only relevant and used at the file buffer level.
---
ChangeLog | 5 +++++
info/nodes.c | 6 ------
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index ea6b735b64..8dafb0aefc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-10-12 Patrice Dumas <pertusus@free.fr>
+
+ * info/nodes.c (info_node_of_tag_ext): do not set N_IsCompressed on
+ nodes, it is only relevant and used at the file buffer level.
+
2024-10-12 Patrice Dumas <pertusus@free.fr>
* info/nodes.c (init_file_buffer_tag), info/man.c (get_manpage_node):
diff --git a/info/nodes.c b/info/nodes.c
index 533b85286f..4cfed800a9 100644
--- a/info/nodes.c
+++ b/info/nodes.c
@@ -1323,12 +1323,6 @@ info_node_of_tag_ext (FILE_BUFFER *fb, TAG **tag_ptr,
int fast)
}
}
- /* We can't set this when tag table is built, because
- if file is split, we don't know which of the sub-files
- are compressed. */
- if (subfile->flags & N_IsCompressed)
- node->flags |= N_IsCompressed;
-
if (is_anchor)
{
/* Start displaying the node at the anchor position. */
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * info/nodes.c (info_node_of_tag_ext): do not set N_IsCompressed on nodes, it is only relevant and used at the file buffer level.,
Patrice Dumas <=