summaryrefslogtreecommitdiff
path: root/helm-elisp-package.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2019-08-03 17:28:32 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2019-08-03 17:28:32 +0200
commit8651442d1bf356e345b8d585feaa1466174d0684 (patch)
treefb0b7eed951f4fe7ea4e2106e1bbf190af93f3b2 /helm-elisp-package.el
parentcd904af8c8c90be85b07f12b9bf369c51580277d (diff)
Move defvar on top
Diffstat (limited to 'helm-elisp-package.el')
-rw-r--r--helm-elisp-package.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-elisp-package.el b/helm-elisp-package.el
index 10443ba6..632c7bc5 100644
--- a/helm-elisp-package.el
+++ b/helm-elisp-package.el
@@ -45,6 +45,7 @@
(defvar helm-el-package--tabulated-list nil)
(defvar helm-el-package--upgrades nil)
(defvar helm-el-package--removable-packages nil)
+(defvar helm-el-package--extra-upgrades nil)
;; Shutup bytecompiler for emacs-24*
(defvar package-menu-async) ; Only available on emacs-25.
@@ -209,7 +210,6 @@
(helm-exit-and-execute-action 'helm-el-package-uninstall)))
(put 'helm-el-run-package-uninstall 'helm-only t)
-(defvar helm-el-package--extra-upgrades nil)
(defun helm-el-package-menu--find-upgrades ()
(cl-loop for entry in helm-el-package--tabulated-list
for pkg-desc = (car entry)