Merge pull request #425 from pd/package-method-fix

el-get-package-method should use the package def not the argument passed
This commit is contained in:
Dimitri Fontaine 2011-10-06 00:33:06 -07:00
commit 9530bb7a09

View File

@ -142,7 +142,7 @@ return 'builtin."
(if (and builtin (>= emacs-major-version builtin))
'builtin
(plist-get package-or-source :type))))
(plist-get def :type))))
(defalias 'el-get-package-type #'el-get-package-method)