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

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

[nongnu] elpa/geiser-gauche 7635884 020/119: Minor fix


From: Philip Kaludercic
Subject: [nongnu] elpa/geiser-gauche 7635884 020/119: Minor fix
Date: Sun, 1 Aug 2021 18:27:50 -0400 (EDT)

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

    Minor fix
---
 geiser.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/geiser.scm b/geiser.scm
index 648a026..498fc07 100644
--- a/geiser.scm
+++ b/geiser.scm
@@ -129,7 +129,7 @@
         (list required optional key))))
 
 (define (process-dotted-arg-info arg-info)
-  `(("required" ,@(dotted-list-head (cdr info)) "...")
+  `(("required" ,@(dotted-list-head arg-info) "...")
     ("optional")
     ("key")))
 



reply via email to

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