iens

Manager of links to read
git clone https://git.instinctive.eu/iens.git
Log | Files | Refs | README | LICENSE

commit 169ac115cc83e3c608a665123cd20f7192af4efc
parent 3a53bf2867abd13c2f86d2379f6d9a86a63acc33
Author: Natasha Kerensikova <natgh@instinctive.eu>
Date:   Tue, 19 Mar 2024 18:31:37 +0000

`delete!` rather than `remove!`, where appropriate
Diffstat:
Msrc/iens.scm | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/iens.scm b/src/iens.scm @@ -1132,7 +1132,7 @@ (with-output-to-file filename (lambda () (write-feed (if (null? mtime) (list-ref (car rows) 7) mtime) title url rows))) - (set! dirty-feeds (remove! (cut = feed-id <>) dirty-feeds)) + (set! dirty-feeds (delete! feed-id dirty-feeds =)) (set! feed-cache (alist-update! feed-id (map (lambda (row) (list (car row) (list-ref row 7)))