mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-11 23:17:34 +02:00
adding trailing newline
This commit is contained in:
parent
420ab008ff
commit
f1263dcc19
1 changed files with 2 additions and 1 deletions
|
@ -7,4 +7,5 @@
|
|||
(let ((eq (if (pair? o) (car o) equal?)))
|
||||
(remove (lambda (x) (eq (car x) key)) ls)))
|
||||
|
||||
(define alist-delete! alist-delete)
|
||||
(define alist-delete! alist-delete)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue