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