Mercurial > emacs
changeset 11317:c0a24f87eab8
(next-file): Add paren missing from last change.
author | Roland McGrath <roland@gnu.org> |
---|---|
date | Sun, 09 Apr 1995 03:21:37 +0000 |
parents | 72f527d22fe1 |
children | 45947c4ff70b |
files | lisp/progmodes/etags.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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))))