fixed #241 - fixed a typo in a function name

This commit is contained in:
Bozhidar Batsov 2012-12-15 23:05:47 +02:00
parent b01492e7ea
commit bb6f87c904

View file

@ -59,7 +59,7 @@
;; install the missing packages ;; install the missing packages
(-each (-each
(-reject #'package-installed-p prelude-packages) (-reject #'package-installed-p prelude-packages)
#'package-install-p))) #'package-install)))
(prelude-install-packages) (prelude-install-packages)