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

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

[nongnu] elpa/geiser-gauche 83c9949 069/119: Minor improvement


From: Philip Kaludercic
Subject: [nongnu] elpa/geiser-gauche 83c9949 069/119: Minor improvement
Date: Sun, 1 Aug 2021 18:27:59 -0400 (EDT)

branch: elpa/geiser-gauche
commit 83c99495b8ae406495cfc9994ff0109d73c4396a
Author: András Simonyi <andras.simonyi@gmail.com>
Commit: András Simonyi <andras.simonyi@gmail.com>

    Minor improvement
---
 geiser-gauche.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/geiser-gauche.el b/geiser-gauche.el
index 3585393..6cb4e64 100644
--- a/geiser-gauche.el
+++ b/geiser-gauche.el
@@ -102,8 +102,9 @@
        ;; commands that need it
        (replace-regexp-in-string
        "{{cur-module}}"
-       ;; module 
-       (format "'%s" (geiser-gauche--get-module))
+       (if (string= module "'#f")
+           (format "'%s" (geiser-gauche--get-module))
+         module)
        (format "(eval '(geiser:eval %s '%s) (find-module 'geiser))" module 
form))))
     ;; The rest of the commands are all evaluated in the geiser module 
     (t



reply via email to

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