Remove redundant call to "el-get-install-next-packages"

This commit is contained in:
Ryan C. Thompson 2012-02-20 12:58:45 -08:00
parent e25db9551f
commit a240fd3759

View File

@ -478,8 +478,7 @@ PACKAGE may be either a string or the corresponding symbol."
(el-get-do-install package)
;; if package is already installed, skip to the next
(message "el-get: `%s' package is already installed" package)
(el-get-init package)
(el-get-install-next-packages package)))))
(el-get-init package)))))
(defun el-get-reinstall (package)
"Remove PACKAGE and then install it again."