summaryrefslogtreecommitdiff
path: root/helm-tags.el
diff options
context:
space:
mode:
Diffstat (limited to 'helm-tags.el')
-rw-r--r--helm-tags.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-tags.el b/helm-tags.el
index 19c927ed..3bcdd43f 100644
--- a/helm-tags.el
+++ b/helm-tags.el
@@ -133,7 +133,7 @@ Lookes recursively in parents directorys for a
(delq nil
(append (list (helm-etags-get-tag-file)
tags-file-name)
- (copy-sequence tags-table-list)))
+ tags-table-list))
:test 'equal))
(defun helm-etags-find-tag-file-directory (current-dir)