Add :no-byte-compile & :no-autoloads support to package! :recipe #2370

This commit is contained in:
Henrik Lissner 2020-01-14 19:21:26 -05:00
parent 9f97c13bf1
commit 9745f41ded
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -274,7 +274,8 @@ elsewhere."
(condition-case e (condition-case e
(when-let (recipe (plist-get plist :recipe)) (when-let (recipe (plist-get plist :recipe))
(cl-destructuring-bind (cl-destructuring-bind
(&key local-repo _files _flavor _no-build (&key local-repo _files _flavor
_no-build _no-byte-compile _no-autoloads
_type _repo _host _branch _remote _nonrecursive _fork _depth) _type _repo _host _branch _remote _nonrecursive _fork _depth)
recipe recipe
;; Expand :local-repo from current directory ;; Expand :local-repo from current directory