mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-10 22:47:33 +02:00
Checking for a non-empty list in expand-docs.
This commit is contained in:
parent
a24c76a02d
commit
95fff8f056
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@
|
|||
|
||||
(define (expand-docs sxml env)
|
||||
(cond
|
||||
((list? sxml)
|
||||
((pair? sxml)
|
||||
(cond
|
||||
((symbol? (car sxml))
|
||||
(let ((op (env-ref env (car sxml))))
|
||||
|
|
Loading…
Add table
Reference in a new issue