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

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

[nongnu] elpa/geiser-gauche 94546ce 016/119: Add ^_ to the keyword lists


From: Philip Kaludercic
Subject: [nongnu] elpa/geiser-gauche 94546ce 016/119: Add ^_ to the keyword lists
Date: Sun, 1 Aug 2021 18:27:49 -0400 (EDT)

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

    Add ^_ to the keyword lists
---
 geiser-gauche.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/geiser-gauche.el b/geiser-gauche.el
index 9747cfb..4d74b34 100644
--- a/geiser-gauche.el
+++ b/geiser-gauche.el
@@ -124,7 +124,7 @@
 (defconst geiser-gauche--binding-forms
   '("and-let" "and-let1" "let1" "if-let1" "rlet1" "receive" "fluid-let" 
"let-values"
     "^" "^a" "^b" "^c" "^d" "^e" "^f" "^g" "^h" "^i" "^j" "^k" "^l" "^m" "^n" 
"^o" "^p" "^q"
-    "^r" "^s" "^t" "^v" "^x" "^y" "^z" "^w" "rec"))
+    "^r" "^s" "^t" "^v" "^x" "^y" "^z" "^w" "^_" "rec"))
 
 (defconst geiser-gauche--binding-forms*
   '("and-let*" "let*-values" ))
@@ -162,7 +162,7 @@
     "use"
     "with-input-from-pipe"
     "^" "^a" "^b" "^c" "^d" "^e" "^f" "^g" "^h" "^i" "^j" "^k" "^l" "^m" "^n" 
"^o" "^p" "^q"
-    "^r" "^s" "^t" "^v" "^x" "^y" "^z" "^w"
+    "^r" "^s" "^t" "^v" "^x" "^y" "^z" "^w" "^_"
     "with-error-handler"
     "with-error-to-port"
     "with-exception-handler"



reply via email to

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