From af1c5a38ba4b352837bcba85142332ec3e46f99a Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Fri, 13 Feb 2009 20:23:43 +0100 Subject: Small improvements. --- geiser/introspection.scm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'geiser/introspection.scm') diff --git a/geiser/introspection.scm b/geiser/introspection.scm index 62d3ce5..a158d66 100644 --- a/geiser/introspection.scm +++ b/geiser/introspection.scm @@ -37,9 +37,7 @@ (else (loop (car syms) (cdr syms)))))) (define (resolve-symbol sym) - (and (symbol? sym) - (module-bound? (current-module) sym) - (eval sym (current-module)))) + (module-ref (current-module) sym)) (define (obj-args obj) (cond ((not obj) #f) -- cgit v1.2.3