Skip to content

Commit 0b08525

Browse files
committed
require-module: fix idiot recursion bug
It was simply not passing the module specification down at all in the recursive case.
1 parent db0dbdc commit 0b08525

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

require-module.lisp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -706,6 +706,7 @@
706706
(apply (typecase specification/s
707707
(cons #'require-modules)
708708
(t #'require-module))
709+
specification/s
709710
(append defaults keywords))))
710711
(t
711712
(apply #'require-module m keywords))))))

0 commit comments

Comments
 (0)