Commit 509d5306 authored by Stefan Kangas's avatar Stefan Kangas
Browse files

; Update function name in package-vc--unpack-1

* lisp/emacs-lisp/package-vc.el (package-vc--unpack-1): Use renamed
function 'lm--prepare-package-dependencies'.
parent 1c9f5add
Pipeline #27597 failed with stages
in 50 minutes and 12 seconds
......@@ -527,7 +527,7 @@ documentation and marking the package as installed."
(thread-last
(mapconcat #'identity require-lines " ")
package-read-from-string
package--prepare-dependencies
lm--prepare-package-dependencies
(nconc deps)
(setq deps))))))
(dolist (dep deps)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment