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

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

[nongnu] elpa/geiser-gauche 4890817 063/119: Add let1 and case-lambda to


From: Philip Kaludercic
Subject: [nongnu] elpa/geiser-gauche 4890817 063/119: Add let1 and case-lambda to the syntax rules
Date: Sun, 1 Aug 2021 18:27:58 -0400 (EDT)

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

    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

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