mirror of
https://github.com/correl/melpa.git
synced 2024-11-24 19:19:52 +00:00
Fixed a bug when generating *-pkg.el files
Dependencies were not being properly generated, quoted lists of cons.
This commit is contained in:
parent
27b1d7fc2e
commit
fee98f4cdd
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ the same arguments."
|
|||
,(aref pkg-info 0)
|
||||
,(aref pkg-info 3)
|
||||
,(aref pkg-info 2)
|
||||
,@(mapcar
|
||||
',(mapcar
|
||||
(lambda (elt)
|
||||
(list (car elt)
|
||||
(package-version-join (cadr elt))))
|
||||
|
|
Loading…
Reference in a new issue