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.
This commit is contained in:
Ryan C. Thompson 2012-05-28 15:17:54 -07:00
parent 7f6c0e98a8
commit ee95dd230f

View File

@ -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))