diff --git a/core/core-packages.el b/core/core-packages.el index eb3596f6b..a14e01c85 100644 --- a/core/core-packages.el +++ b/core/core-packages.el @@ -274,7 +274,8 @@ elsewhere." (condition-case e (when-let (recipe (plist-get plist :recipe)) (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) recipe ;; Expand :local-repo from current directory