Revert "Merge pull request from alexko/master"

This reverts commit 8c04377608, reversing
changes made to a9ba368fa7.
GitHub-reference: https://github.com/jwiegley/use-package/issues/104
This commit is contained in:
John Wiegley 2014-05-08 13:25:39 -05:00
parent 8c04377608
commit a4939e7ef3

View file

@ -304,16 +304,7 @@ For full documentation. please see commentary.
(name-symbol (if (stringp name) (intern name) name)))
;; force this immediately -- one off cost
(unless
(or (use-package-plist-get args :disabled)
(if (locate-library
name-string nil
(mapcar
(lambda (path) (expand-file-name path user-emacs-directory))
(cond ((stringp pkg-load-path) (list pkg-load-path))
((functionp pkg-load-path) (funcall pkg-load-path))
(t pkg-load-path)))) nil
(message "Unable to locate %s" name-string)))
(unless (use-package-plist-get args :disabled)
(let* ((ensure (use-package-plist-get args :ensure))
(package-name