[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[5505] save file index properly
From: |
Gavin D. Smith |
Subject: |
[5505] save file index properly |
Date: |
Thu, 01 May 2014 22:20:50 +0000 |
Revision: 5505
http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=5505
Author: gavin
Date: 2014-05-01 22:20:49 +0000 (Thu, 01 May 2014)
Log Message:
-----------
save file index properly
Modified Paths:
--------------
trunk/ChangeLog
trunk/info/indices.c
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2014-05-01 21:51:19 UTC (rev 5504)
+++ trunk/ChangeLog 2014-05-01 22:20:49 UTC (rev 5505)
@@ -1,12 +1,18 @@
2014-05-01 Gavin Smith <address@hidden>
+ * info/indices.c (info_indices_of_file_buffer): Store return
+ value in index_index.
+
+2014-05-01 Gavin Smith <address@hidden>
+
* info/info.c (get_initial_file, add_initial_nodes)
(show_error_node)
* info/session.c (begin_multiple_window_info_session)
(info_follow_menus): Use char * to store error message, and only
build NODE if necessary.
- (info_find_matching_files): Declared static.
+ * info/info.c (info_find_matching_files): Declared static.
+
2014-05-01 Gavin Smith <address@hidden>
* info/session.c (begin_multiple_window_info_session): Call
Modified: trunk/info/indices.c
===================================================================
--- trunk/info/indices.c 2014-05-01 21:51:19 UTC (rev 5504)
+++ trunk/info/indices.c 2014-05-01 22:20:49 UTC (rev 5505)
@@ -162,6 +162,9 @@
if (!result[i]->filename)
result[i]->filename = xstrdup (file_buffer->filename);
+ /* Store result so that if we call do_info_index_search later, it
+ will be set. */
+ index_index = result;
return result;
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [5505] save file index properly,
Gavin D. Smith <=