* lisp/emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
This commit is contained in:
parent
5edd44c276
commit
9c959872b5
2 changed files with 5 additions and 1 deletions
|
@ -296,7 +296,7 @@ contrast, `package-user-dir' contains packages for personal use."
|
|||
(:constructor
|
||||
package-desc-from-define
|
||||
(name-string version-string &optional summary requirements
|
||||
&key kind archive
|
||||
&key kind archive &allow-other-keys
|
||||
&aux
|
||||
(name (intern name-string))
|
||||
(version (version-to-list version-string))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue