summaryrefslogtreecommitdiff
path: root/helm-tags.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2013-12-28 09:00:43 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2013-12-28 09:00:43 +0100
commit21c7e58d96b8a962fdf887d91bb0137f02b224ac (patch)
tree9f4ba3ca6369c49692bef1b37b01eb41e6b9a64c /helm-tags.el
parentaf8d0c22f5c07b804fae8735b4b1fe0f9d80683a (diff)
* helm-tags.el (helm-etags-all-tag-files): Also no need to copy-sequence.
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)