summaryrefslogtreecommitdiff
path: root/helm-semantic.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-semantic.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-semantic.el')
-rw-r--r--helm-semantic.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-semantic.el b/helm-semantic.el
index 5baa00ae..f6640d45 100644
--- a/helm-semantic.el
+++ b/helm-semantic.el
@@ -215,7 +215,7 @@ Fill in the symbol at point by default."
(provide 'helm-semantic)
;; Local Variables:
-;; byte-compile-warnings: (not cl-functions obsolete)
+;; byte-compile-warnings: (not obsolete)
;; coding: utf-8
;; indent-tabs-mode: nil
;; End: