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

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

[nongnu] elpa/geiser-gauche 30f4558 052/119: Fix no-values


From: Philip Kaludercic
Subject: [nongnu] elpa/geiser-gauche 30f4558 052/119: Fix no-values
Date: Sun, 1 Aug 2021 18:27:56 -0400 (EDT)

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

    Fix no-values
---
 geiser-gauche.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/geiser-gauche.el b/geiser-gauche.el
index 8ceef0c..343206c 100644
--- a/geiser-gauche.el
+++ b/geiser-gauche.el
@@ -87,6 +87,7 @@
   ;;        (format "(eval '(geiser:%s %s) (find-module 'geiser))" proc 
form))))
   (cl-case proc
     ;; Eval and compile are (module) context sensitive
+    ((no-values) "(eval '(geiser:no-values) (find-module 'geiser))")
     ((eval compile)
      (let ((module (cond ((string-equal "'()" (car args))
                          "'()")



reply via email to

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