Mercurial > emacs
changeset 13341:c26492df6218
(select-tags-table): Don't modify the value of tags-table-list.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 30 Oct 1995 19:25:04 +0000 |
parents | 53bbedbefdb2 |
children | f68eab5a63d2 |
files | lisp/progmodes/etags.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/etags.el Mon Oct 30 19:22:23 1995 +0000 +++ b/lisp/progmodes/etags.el Mon Oct 30 19:25:04 1995 +0000 @@ -1461,7 +1461,7 @@ (prin1 tags-file-name (current-buffer)) ;invisible (insert "\n"))) (setq set-list (delete tags-file-name - (apply 'nconc (cons tags-table-list + (apply 'nconc (cons (copy-sequence tags-table-list) (mapcar 'copy-sequence tags-table-set-list))))) (while set-list