mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
(tags-table-check-computed-list): Map tags-expand-table-name over lists of
included tables.
This commit is contained in:
parent
ef9c36a54b
commit
b1c7e43439
@ -237,8 +237,9 @@ file the tag was in."
|
||||
(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.
|
||||
|
Loading…
Reference in New Issue
Block a user