emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/geiser-gauche 2ef21b4 044/119: Remove a TODO comment


From: Philip Kaludercic
Subject: [nongnu] elpa/geiser-gauche 2ef21b4 044/119: Remove a TODO comment
Date: Sun, 1 Aug 2021 18:27:54 -0400 (EDT)

branch: elpa/geiser-gauche
commit 2ef21b4ccf7ee63efab0d32005374b88d5e6edbd
Author: András Simonyi <andras.simonyi@gmail.com>
Commit: András Simonyi <andras.simonyi@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 ()



reply via email to

[Prev in Thread] Current Thread [Next in Thread]