Fixed a bug when generating *-pkg.el files

Dependencies were not being properly generated, quoted lists of cons.
This commit is contained in:
Donald Ephraim Curtis 2012-02-02 13:20:43 -06:00
parent 27b1d7fc2e
commit fee98f4cdd

View file

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