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

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

[nongnu] elpa/org-drill de11158c99 171/251: Replace more dynamic scoping


From: ELPA Syncer
Subject: [nongnu] elpa/org-drill de11158c99 171/251: Replace more dynamic scoping
Date: Mon, 17 Jan 2022 18:59:13 -0500 (EST)

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

    Replace more dynamic scoping
---
 org-drill.el | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/org-drill.el b/org-drill.el
index 6939405089..feea5c1861 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) *org-drill-failed-entries*))
+         (push (point-marker) (oref failed-entries)))
         (:young
          (push (point-marker) (oref session young-mature-entries)))
         (:overdue
@@ -3009,8 +3009,7 @@ work correctly with older versions of org mode. Your org 
mode version (%s) appea
          (if resume-p
              org-drill-last-session
            (setq org-drill-last-session
-                 (org-drill-session))))
-        (cnt 0))
+                 (org-drill-session)))))
     (cl-block org-drill
       (unless resume-p
         (org-drill-free-markers session t)



reply via email to

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