From 0516e93078f11dadf49111b6f6e8ebadf6053fb0 Mon Sep 17 00:00:00 2001 From: Leon Rische Date: Tue, 2 Jun 2020 12:50:01 +0200 Subject: Add `cl-` prefix to `remove-if-not` --- org-fc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'org-fc.el') diff --git a/org-fc.el b/org-fc.el index 1789358..1f7bb35 100644 --- a/org-fc.el +++ b/org-fc.el @@ -1374,7 +1374,7 @@ Cards with no positions are removed from the index." (dolist (card index) (unless (plist-get card :suspended) (let ((due - (remove-if-not + (cl-remove-if-not (lambda (pos) (time-less-p (plist-get pos :due) now)) (plist-get card :positions)))) -- cgit v1.2.3