branch: elpa/org-drill
commit d3695d66f33b42dc72ef02ad622e585797480977
Author: Phillip Lord <[email protected]>
Commit: Phillip Lord <[email protected]>
Fix call to session
---
org-drill.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/org-drill.el b/org-drill.el
index dadc19d5c6..0dad1fd20c 100644
--- a/org-drill.el
+++ b/org-drill.el
@@ -2938,7 +2938,7 @@ STATUS is one of the following values:
(:new
(push (point-marker) (oref session new-entries)))
(:failed
- (push (point-marker) (oref failed-entries)))
+ (push (point-marker) (oref session failed-entries)))
(:young
(push (point-marker) (oref session young-mature-entries)))
(:overdue