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

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

[nongnu] elpa/geiser-gauche 32b94a9 008/119: Remove diagnostic message


From: Philip Kaludercic
Subject: [nongnu] elpa/geiser-gauche 32b94a9 008/119: Remove diagnostic message
Date: Sun, 1 Aug 2021 18:27:47 -0400 (EDT)

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

    Remove diagnostic message
---
 geiser-gauche.el | 1 -
 geiser.scm       | 2 ++
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/geiser-gauche.el b/geiser-gauche.el
index 91608e8..19e6d26 100644
--- a/geiser-gauche.el
+++ b/geiser-gauche.el
@@ -90,7 +90,6 @@
   (cond ((null module)
          (save-excursion
            (geiser-syntax--pop-to-top)
-          (message "%s" )
            (if (or (re-search-backward geiser-gauche--module-re nil t)
                    (looking-at geiser-gauche--module-re)
                    (re-search-forward geiser-gauche--module-re nil t))
diff --git a/geiser.scm b/geiser.scm
index 3fa6757..99b6d95 100644
--- a/geiser.scm
+++ b/geiser.scm
@@ -68,3 +68,5 @@
    (map (^x (symbol->string (module-name x)))
        (all-modules))))
 
+(define (f x) (+ 1 x))
+



reply via email to

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