diff options
| author | Roland McGrath | 1995-04-09 03:21:37 +0000 |
|---|---|---|
| committer | Roland McGrath | 1995-04-09 03:21:37 +0000 |
| commit | f48b601a2fc269a4ace1f1ff565906c650defb1b (patch) | |
| tree | 20253a723c6545bc9e01067ddfa0be181212c1d7 | |
| parent | 2f14fde6d0fd935b267341fc2c43ed2bcc2a37f5 (diff) | |
| download | emacs-f48b601a2fc269a4ace1f1ff565906c650defb1b.tar.gz emacs-f48b601a2fc269a4ace1f1ff565906c650defb1b.zip | |
(next-file): Add paren missing from last change.
| -rw-r--r-- | lisp/progmodes/etags.el | 2 |
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)))) |