aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland McGrath1995-04-09 03:21:37 +0000
committerRoland McGrath1995-04-09 03:21:37 +0000
commitf48b601a2fc269a4ace1f1ff565906c650defb1b (patch)
tree20253a723c6545bc9e01067ddfa0be181212c1d7
parent2f14fde6d0fd935b267341fc2c43ed2bcc2a37f5 (diff)
downloademacs-f48b601a2fc269a4ace1f1ff565906c650defb1b.tar.gz
emacs-f48b601a2fc269a4ace1f1ff565906c650defb1b.zip
(next-file): Add paren missing from last change.
-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."
1270 ;; list later returned by (tags-table-files). 1270 ;; list later returned by (tags-table-files).
1271 (if tail 1271 (if tail
1272 (setcdr tail (copy-sequence (tags-table-files))) 1272 (setcdr tail (copy-sequence (tags-table-files)))
1273 (setq next-file-list (copy-sequence (tags-table-files))))))) 1273 (setq next-file-list (copy-sequence (tags-table-files))))))))
1274 (t 1274 (t
1275 ;; Initialize the list by evalling the argument. 1275 ;; Initialize the list by evalling the argument.
1276 (setq next-file-list (eval initialize)))) 1276 (setq next-file-list (eval initialize))))