Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
cxxxr committed Dec 17, 2023
1 parent da61388 commit 6caada0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/walker/walker.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@
:binding (get-special-variable-binding walker symbol)
:path path)))))

(defun walk (walker form env path)
(defun walk (walker form &optional env path)
(cond ((null form)
(make-instance 'constant-form :value nil :path path))
((keywordp form)
Expand Down

0 comments on commit 6caada0

Please sign in to comment.