branch: elpa/geiser-gauche
commit 4890817c36bc86daac82f4001c016c3500cd3635
Author: András Simonyi <[email protected]>
Commit: András Simonyi <[email protected]>

    Add let1 and case-lambda to the syntax rules
---
 geiser-gauche.el | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/geiser-gauche.el b/geiser-gauche.el
index 5f4bc75..04c8ca6 100644
--- a/geiser-gauche.el
+++ b/geiser-gauche.el
@@ -205,11 +205,15 @@
     "with-string-io"
     "with-time-counter"))
 
-
 (defun geiser-gauche--keywords ()
   (append
    (geiser-syntax--simple-keywords geiser-gauche-extra-keywords)
    (geiser-syntax--simple-keywords geiser-gauche-builtin-keywords)))
+
+(geiser-syntax--scheme-indent
+ (case-lambda: 0)
+ (let1 1))
+
 
 ;;; REPL startup
 

Reply via email to