* lisp/emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.

This commit is contained in:
Stefan Monnier 2013-08-02 22:34:22 -04:00
parent 5edd44c276
commit 9c959872b5
2 changed files with 5 additions and 1 deletions

View file

@ -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))