summaryrefslogtreecommitdiff
path: root/helm-elisp-package.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2016-06-07 10:55:52 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2016-06-08 07:40:41 +0200
commit8d55345d9c1027204abba1f0f7fdae4227328292 (patch)
tree27d8279c36fcfdb1a0e5edbe35c42495a82b7216 /helm-elisp-package.el
parent367f398a843987fb201100e9123d0579a29e6035 (diff)
Declare function async-byte-recompile-directory.
Diffstat (limited to 'helm-elisp-package.el')
-rw-r--r--helm-elisp-package.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/helm-elisp-package.el b/helm-elisp-package.el
index 51d00c5c..0b2e340a 100644
--- a/helm-elisp-package.el
+++ b/helm-elisp-package.el
@@ -43,6 +43,7 @@
;; Shutup bytecompiler for emacs-24*
(defvar package-menu-async) ; Only available on emacs-25.
+(declare-function async-byte-recompile-directory "ext:async-bytecomp.el")
(defun helm-el-package--init ()
(let (package-menu-async)