summaryrefslogtreecommitdiff
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-04-09 03:21:37 +0000
committerRoland McGrath <roland@gnu.org>1995-04-09 03:21:37 +0000
commit3aaa775f5d28df3cce6c19d60536e0d6804dd008 (patch)
tree858f21d3bad504152a9d244b10f0bf0c3c65d815 /lisp/progmodes
parent8c4362d14c9f6d0718f2ac12e27f4c9786da9ff5 (diff)
downloademacs-3aaa775f5d28df3cce6c19d60536e0d6804dd008.tar.gz
(next-file): Add paren missing from last change.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/etags.el2
1 files changed, 1 insertions, 1 deletions
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))))