changeset 13165:e5431229a09f

(tags-table-check-computed-list): Map tags-expand-table-name over lists of included tables.
author Roland McGrath <roland@gnu.org>
date Mon, 09 Oct 1995 18:00:54 +0000
parents 79eba40cdf02
children c61ffdb6d9df
files lisp/progmodes/etags.el
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/etags.el	Mon Oct 09 17:45:47 1995 +0000
+++ b/lisp/progmodes/etags.el	Mon Oct 09 18:00:54 1995 +0000
@@ -237,8 +237,9 @@
 		  (if (tags-included-tables)
 		      ;; Insert the included tables into the list we
 		      ;; are processing.
-		      (setcdr tables (append (tags-included-tables)
-					     (cdr tables)))))
+		      (setcdr tables (nconc (mapcar 'tags-expand-table-name
+						    (tags-included-tables))
+					    (cdr tables)))))
 	      ;; This table is not in core yet.  Insert a placeholder
 	      ;; saying we must read it into core to check for included
 	      ;; tables before searching the next table in the list.