summaryrefslogtreecommitdiff
path: root/helm-tags.el
diff options
context:
space:
mode:
authorShihpin Tseng <deftsp@gmail.com>2013-12-31 10:42:07 +0800
committerShihpin Tseng <deftsp@gmail.com>2013-12-31 10:42:07 +0800
commit7008252bc621eefbd024ca3658e1ad7a6bff5ce6 (patch)
treef38f6b38ec024c3ce6c23782a5c8861f7247a777 /helm-tags.el
parent37181f053c98a621f75868d9e14b60a85d35f927 (diff)
* helm-tags.el: add require helm-utils for `helm-fast-remove-dups'.
Diffstat (limited to 'helm-tags.el')
-rw-r--r--helm-tags.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/helm-tags.el b/helm-tags.el
index c4b0897e..82656ac0 100644
--- a/helm-tags.el
+++ b/helm-tags.el
@@ -19,6 +19,7 @@
(require 'cl-lib)
(require 'helm)
+(require 'helm-utils)
(defgroup helm-tags nil