Fix reference to cfgl-package-distant-p

This commit is contained in:
Alex Coventry 2017-08-16 07:28:30 +00:00 committed by syl20bnr
parent 622ae00aff
commit 937a7c3f0c
1 changed files with 1 additions and 1 deletions

View File

@ -1481,7 +1481,7 @@ wether the declared layer is an used one or not."
(let* ((pkg-name (if (listp x) (car x) x))
(pkg (configuration-layer/get-package pkg-name)))
(cfgl-package-set-property pkg :lazy-install nil)
(when (cfgl-package-is-distant pkg)
(when (cfgl-package-distant-p pkg)
pkg-name)))
(oref layer :packages)))))
(let ((last-buffer (current-buffer))