summaryrefslogtreecommitdiff
path: root/helm-tags.el
diff options
context:
space:
mode:
authorNicholas Vollmer <iarchivedmywholelife@gmail.com>2020-07-28 01:32:24 -0400
committerNicholas Vollmer <iarchivedmywholelife@gmail.com>2020-07-28 01:32:24 -0400
commit860a6e5736bdb67dd12a3aeeeea69beeeae47cc7 (patch)
tree386627fb7b4f9a930d2fab94170a9458a28aee28 /helm-tags.el
parente2e8dabadbf067a2ecd68aca041a4431bea586ff (diff)
Fix byte compiler warnings
Diffstat (limited to 'helm-tags.el')
-rw-r--r--helm-tags.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/helm-tags.el b/helm-tags.el
index dd98f6a4..e82a0aaa 100644
--- a/helm-tags.el
+++ b/helm-tags.el
@@ -23,6 +23,9 @@
(require 'helm-utils)
(require 'helm-grep)
+(defvar helm-etags-fuzzy-match)
+(declare-function ring-insert "ring")
+
(defgroup helm-tags nil
"Tags related Applications and libraries for Helm."