Skip to content

Commit c827925

Browse files
committed
Revert "Fix a semantic error in el-get-install."
This reverts commit c7d0d37.
1 parent 4fdfcca commit c827925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: el-get-install.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
(let ((el-get-default-process-sync t) ; force sync operations for installer
7676
(el-get-verbose t)) ; let's see it all
7777
(el-get-post-install "el-get"))
78-
(if (boundp 'el-get-install-skip-emacswiki-recipes)
78+
(unless (boundp 'el-get-install-skip-emacswiki-recipes)
7979
(el-get-emacswiki-build-local-recipes))
8080
(with-current-buffer buf
8181
(goto-char (point-max))

0 commit comments

Comments
 (0)