summaryrefslogtreecommitdiff
path: root/org-fc.el
diff options
context:
space:
mode:
Diffstat (limited to 'org-fc.el')
-rw-r--r--org-fc.el2
1 files changed, 1 insertions, 1 deletions
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))))