branch: elpa/geiser-gauche
commit 32b94a9f4de8289c96523eaa83a4bac44eaba0e8
Author: András Simonyi <[email protected]>
Commit: András Simonyi <[email protected]>
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))
+