diff options
| author | Phillip Lord <phillip.lord@russet.org.uk> | 2019-06-22 16:57:52 +0100 |
|---|---|---|
| committer | Phillip Lord <phillip.lord@russet.org.uk> | 2019-06-22 16:57:52 +0100 |
| commit | d3695d66f33b42dc72ef02ad622e585797480977 (patch) | |
| tree | 53217a936211954fa430be572de89b39ac5f7fb3 | |
| parent | c59c49a4dfc501b4e6fc163c56760b67276579f2 (diff) | |
| download | org-drill-d3695d66f33b42dc72ef02ad622e585797480977.tar.gz org-drill-d3695d66f33b42dc72ef02ad622e585797480977.zip | |
Fix call to session
| -rw-r--r-- | org-drill.el | 2 |
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 |
