From 3aaa775f5d28df3cce6c19d60536e0d6804dd008 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 9 Apr 1995 03:21:37 +0000 Subject: (next-file): Add paren missing from last change. --- lisp/progmodes/etags.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/progmodes') diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el index 9c76c6b28cd..b06c2743ac2 100644 --- a/lisp/progmodes/etags.el +++ b/lisp/progmodes/etags.el @@ -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)))) -- cgit v1.2.1