branch: elpa/geiser-gauche commit 2ef21b4ccf7ee63efab0d32005374b88d5e6edbd Author: András Simonyi <andras.simo...@gmail.com> Commit: András Simonyi <andras.simo...@gmail.com>
Remove a TODO comment --- geiser.scm | 1 - 1 file changed, 1 deletion(-) diff --git a/geiser.scm b/geiser.scm index 64742df..cf3bf92 100644 --- a/geiser.scm +++ b/geiser.scm @@ -62,7 +62,6 @@ (let* ((output (open-output-string)) (module (or (and (symbol? module-name ) (find-module module-name)) - ;; TODO or should we eval in the currently selected module? (find-module 'user))) (result (with-output-to-port output (lambda ()