summaryrefslogtreecommitdiff
path: root/helm-elisp-package.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-elisp-package.el
parente2e8dabadbf067a2ecd68aca041a4431bea586ff (diff)
Fix byte compiler warnings
Diffstat (limited to 'helm-elisp-package.el')
-rw-r--r--helm-elisp-package.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/helm-elisp-package.el b/helm-elisp-package.el
index 01a851f0..07001079 100644
--- a/helm-elisp-package.el
+++ b/helm-elisp-package.el
@@ -60,7 +60,10 @@ See `package-autoremove'."
;; Shutup bytecompiler for emacs-24*
(defvar package-menu-async) ; Only available on emacs-25.
+(defvar helm-marked-buffer-name)
(declare-function async-byte-recompile-directory "ext:async-bytecomp.el")
+(declare-function with-helm-display-marked-candidates "helm-utils.el")
+
(defun helm-el-package--init ()
;; In emacs-27 package-show-package-list returns an empty buffer