mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
* 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
|
|
@ -1,3 +1,7 @@
|
|||
2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
|
||||
|
||||
2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
|
||||
|
|
|
|||
|
|
@ -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