# HG changeset patch # User Roland McGrath # Date 777779494 0 # Node ID 428abda4967124905baa29e11c6cfcec5b698f35 # Parent 4ce43042e7ad8c85f540720c032988f53fffc643 (tags-table-extend-computed-list): In loop processing list of included tables to incorporate it, advance TABLES to its cdr at end of loop. diff -r 4ce43042e7ad -r 428abda49671 lisp/progmodes/etags.el --- 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