1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-05 20:43:08 +00:00

(next-file): Add paren missing from last change.

This commit is contained in:
Roland McGrath 1995-04-09 03:21:37 +00:00
parent 2f14fde6d0
commit f48b601a2f

View File

@ -1270,7 +1270,7 @@ if the file was newly read in, the value is the filename."
;; list later returned by (tags-table-files).
(if tail
(setcdr tail (copy-sequence (tags-table-files)))
(setq next-file-list (copy-sequence (tags-table-files)))))))
(setq next-file-list (copy-sequence (tags-table-files))))))))
(t
;; Initialize the list by evalling the argument.
(setq next-file-list (eval initialize))))