Mercurial > emacs
changeset 8623:428abda49671
(tags-table-extend-computed-list): In loop processing list of included
tables to incorporate it, advance TABLES to its cdr at end of loop.
author | Roland McGrath <roland@gnu.org> |
---|---|
date | Thu, 25 Aug 1994 01:51:34 +0000 |
parents | 4ce43042e7ad |
children | 2768933d85ad |
files | lisp/progmodes/etags.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/etags.el Thu Aug 25 01:25:55 1994 +0000 +++ b/lisp/progmodes/etags.el Thu Aug 25 01:51:34 1994 +0000 @@ -273,7 +273,8 @@ ;; 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. - (setq computed (cons t computed)))) + (setq computed (cons t computed))) + (setq tables (cdr tables))) (setq computed (nreverse computed)) ;; COMPUTED now contains the list of included tables (and ;; tables included by them, etc.). Now splice this into the