From 937a7c3f0cc8f4f844c835424df91a756306cca7 Mon Sep 17 00:00:00 2001 From: Alex Coventry Date: Wed, 16 Aug 2017 07:28:30 +0000 Subject: [PATCH] Fix reference to cfgl-package-distant-p --- core/core-configuration-layer.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-configuration-layer.el b/core/core-configuration-layer.el index c89fb750e..9c299cd84 100644 --- a/core/core-configuration-layer.el +++ b/core/core-configuration-layer.el @@ -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))