From a4939e7ef349e0faa0a0ec45e50a5d0821c96c07 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 8 May 2014 13:25:39 -0500 Subject: [PATCH] Revert "Merge pull request from alexko/master" This reverts commit 8c04377608bd9b27d6fc6c37990984185563a907, reversing changes made to a9ba368fa79e4c15b624de73e30c87c98475d466. GitHub-reference: https://github.com/jwiegley/use-package/issues/104 --- lisp/use-package/use-package.el | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/lisp/use-package/use-package.el b/lisp/use-package/use-package.el index 51c4dfaae20..0012d26597d 100644 --- a/lisp/use-package/use-package.el +++ b/lisp/use-package/use-package.el @@ -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 -- 2.39.2