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

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

[nongnu] elpa/geiser-gauche 429ad45 055/119: Add special handling for co


From: Philip Kaludercic
Subject: [nongnu] elpa/geiser-gauche 429ad45 055/119: Add special handling for compile-file in the elisp eval proc
Date: Sun, 1 Aug 2021 18:27:56 -0400 (EDT)

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

    Add special handling for compile-file in the elisp eval proc
---
 geiser-gauche.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/geiser-gauche.el b/geiser-gauche.el
index 3a4e84d..77529de 100644
--- a/geiser-gauche.el
+++ b/geiser-gauche.el
@@ -88,7 +88,8 @@
   (cl-case proc
     ;; Eval and compile are (module) context sensitive
     ((no-values) "(eval '(geiser:no-values) (find-module 'geiser))")
-    ((load-file) (format "(eval '(geiser:load-file %s) (find-module 'geiser))" 
(car args)))
+    ((load-file compile-file)
+     (format "(eval '(geiser:load-file %s) (find-module 'geiser))" (car args)))
     ((eval compile)
      (let ((module (cond ((string-equal "'()" (car args))
                          "'()")



reply via email to

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