summaryrefslogtreecommitdiff
path: root/helm-tags.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2016-11-13 18:08:12 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2016-11-13 18:08:12 +0100
commit03f0cc5461c5fa53ffe6e49231ec7eb5c50ad7ed (patch)
tree49d92f7afb76bb7683092cd259e126b925f37d61 /helm-tags.el
parente99a3559924a0b14de370f880c2cd51196b93370 (diff)
Remove now unneeded local settings of (not cl-lib) warnings.
Done according to helm-bbdb syohei commit (thanks).
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 166a6b65..4e774e02 100644
--- a/helm-tags.el
+++ b/helm-tags.el
@@ -333,7 +333,7 @@ Create with etags shell command, or visit with `find-tag' or `visit-tags-table'.
(provide 'helm-tags)
;; Local Variables:
-;; byte-compile-warnings: (not cl-functions obsolete)
+;; byte-compile-warnings: (not obsolete)
;; coding: utf-8
;; indent-tabs-mode: nil
;; End: