summaryrefslogtreecommitdiff
path: root/helm-eshell.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-eshell.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-eshell.el')
-rw-r--r--helm-eshell.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-eshell.el b/helm-eshell.el
index 5dc0788b..c2546dfb 100644
--- a/helm-eshell.el
+++ b/helm-eshell.el
@@ -264,7 +264,7 @@ The function that call this should set `helm-ec-target' to thing at point."
(provide 'helm-eshell)
;; Local Variables:
-;; byte-compile-warnings: (not cl-functions obsolete)
+;; byte-compile-warnings: (not obsolete)
;; coding: utf-8
;; indent-tabs-mode: nil
;; End: