aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhillip Lord <phillip.lord@russet.org.uk>2019-06-22 16:57:52 +0100
committerPhillip Lord <phillip.lord@russet.org.uk>2019-06-22 16:57:52 +0100
commitd3695d66f33b42dc72ef02ad622e585797480977 (patch)
tree53217a936211954fa430be572de89b39ac5f7fb3
parentc59c49a4dfc501b4e6fc163c56760b67276579f2 (diff)
downloadorg-drill-d3695d66f33b42dc72ef02ad622e585797480977.tar.gz
org-drill-d3695d66f33b42dc72ef02ad622e585797480977.zip
Fix call to session
-rw-r--r--org-drill.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/org-drill.el b/org-drill.el
index dadc19d..0dad1fd 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