Better default argument rendering.
This commit is contained in:
parent
b5c1be00a6
commit
342eebba7e
2 changed files with 4 additions and 4 deletions
|
@ -125,10 +125,10 @@
|
|||
(sub1 c)
|
||||
#f
|
||||
(cons (list (if kw
|
||||
(format "#:~A ~A"
|
||||
(format "#:~A ~S"
|
||||
(keyword->string kw)
|
||||
(car cargs))
|
||||
(format "~A" (car cargs)))
|
||||
(format "~S" (car cargs)))
|
||||
depth
|
||||
(= c 1))
|
||||
ar))))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue