diff options
| -rw-r--r-- | geiser/xref.scm | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/geiser/xref.scm b/geiser/xref.scm index 33821b7..059fbb0 100644 --- a/geiser/xref.scm +++ b/geiser/xref.scm @@ -52,7 +52,7 @@    (and proc         `((location . ,(or (program-location proc) (symbol-location name)))           (signature . ,(object-signature name proc)) -         (module . ,module)))) +         (module . ,(or module '())))))  (define (program-location p)    (cond ((not (program? p)) #f) | 
