Skip to content

Commit

Permalink
Use multiple-value-prog1 in call-in-local-quicklisp for preventing fr…
Browse files Browse the repository at this point in the history
…om ignoring multiple values.
  • Loading branch information
fukamachi committed Sep 3, 2015
1 parent 2a1f362 commit 34ae608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util.lisp
Expand Up @@ -98,7 +98,7 @@ with the same key."

(asdf:initialize-source-registry)

(prog1 (funcall fn)
(multiple-value-prog1 (funcall fn)
;; Make all systems that were actually loaded from the local quicklisp
;; visible through ASDF outside of the local environment.
(merge-hash-tables asdf::*defined-systems* original-defined-systems))))
Expand Down

0 comments on commit 34ae608

Please sign in to comment.