]> git.eshelyaron.com Git - emacs.git/commit
Avoid destructive manipulation of 'package-vc--archive-spec-alist'
authorPhilip Kaludercic <philipk@posteo.net>
Tue, 15 Nov 2022 09:46:23 +0000 (10:46 +0100)
committerPhilip Kaludercic <philipk@posteo.net>
Thu, 17 Nov 2022 19:55:04 +0000 (20:55 +0100)
commit33263377767be2826b4b31695a2e310f2ab021d9
tree2b3cac0adcb30da343567d4fbf1c5cad10934c0f
parent7ab556b57631cb28db86b89ba296bc0599d9a399
Avoid destructive manipulation of 'package-vc--archive-spec-alist'

* lisp/emacs-lisp/package-vc.el (package-vc--desc->spec): Replace
'mapcar' with 'apply'.  This is done to avoid unintentional cycles.
lisp/emacs-lisp/package-vc.el