diff --git a/el-get-install.el b/el-get-install.el index 272daf65..ef870c64 100644 --- a/el-get-install.el +++ b/el-get-install.el @@ -75,7 +75,7 @@ (let ((el-get-default-process-sync t) ; force sync operations for installer (el-get-verbose t)) ; let's see it all (el-get-post-install "el-get")) - (unless (bound-and-true-p 'el-get-install-skip-emacswiki-recipes) + (unless (boundp 'el-get-install-skip-emacswiki-recipes) (el-get-emacswiki-build-local-recipes)) (with-current-buffer buf (goto-char (point-max))