From ee95dd230f67b5566fb2d36998b14b67d559e21a Mon Sep 17 00:00:00 2001 From: "Ryan C. Thompson" Date: Mon, 28 May 2012 15:17:54 -0700 Subject: [PATCH] Fix handling of el-get-install-skip-emacswiki-recipes It is now not a syntax error, and it is consistent with the other install variables in that they only have to be bound, not true. --- el-get-install.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))