Skip to content

Commit

Permalink
Add missing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Abrahams committed Feb 19, 2011
1 parent bfd57b7 commit 73a5221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion el-get.el
Expand Up @@ -2102,7 +2102,7 @@ package is not listed in `el-get-sources'"

(let ((wrap-up `(lambda (package)
(el-get-invalidate-autoloads package)
(el-get-init package ,noerror)
(el-get-init package ',noerror)
(el-get-save-package-status package "installed"))))
(el-get-build package commands nil el-get-default-process-sync wrap-up)))

Expand Down

0 comments on commit 73a5221

Please sign in to comment.