emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/org-drill d3695d66f3 173/251: Fix call to session


From: ELPA Syncer
Subject: [nongnu] elpa/org-drill d3695d66f3 173/251: Fix call to session
Date: Mon, 17 Jan 2022 18:59:13 -0500 (EST)

branch: elpa/org-drill
commit d3695d66f33b42dc72ef02ad622e585797480977
Author: Phillip Lord <phillip.lord@russet.org.uk>
Commit: Phillip Lord <phillip.lord@russet.org.uk>

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]