This commit is contained in:
SANO Masatoshi 2017-06-20 17:49:20 +09:00
parent fee972f44e
commit 8ce52d59c8

View file

@ -8,7 +8,7 @@
"Parse the lisp version string (such as ccl-bin/1.11) and set it to the correct config slot(s)"
(destructuring-bind (lisp version) (parse-version-spec impl)
(cond
((let (func (module "use" lisp))
((let ((func (module "use" lisp)))
(when func
(apply func lisp version args))
func))