# HG changeset patch # User Roland McGrath # Date 797397697 0 # Node ID c0a24f87eab8e7c9bf6111ecfbb634687d00d3c7 # Parent 72f527d22fe11f9a162af30c5b7978920e9c1e23 (next-file): Add paren missing from last change. diff -r 72f527d22fe1 -r c0a24f87eab8 lisp/progmodes/etags.el --- a/lisp/progmodes/etags.el Sun Apr 09 03:18:11 1995 +0000 +++ b/lisp/progmodes/etags.el Sun Apr 09 03:21:37 1995 +0000 @@ -1270,7 +1270,7 @@ ;; 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))))