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:
parent
2f14fde6d0
commit
f48b601a2f
@ -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))))
|
||||
|
Loading…
x
Reference in New Issue
Block a user