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

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

[nongnu] elpa/org-drill 0eca79a796 036/251: Tiny fix to org-drill-map-en


From: ELPA Syncer
Subject: [nongnu] elpa/org-drill 0eca79a796 036/251: Tiny fix to org-drill-map-entries.
Date: Mon, 17 Jan 2022 18:58:58 -0500 (EST)

branch: elpa/org-drill
commit 0eca79a7965937ab098f584d7ecc8f31095e66e0
Author: eeeickythump <devnull@localhost>
Commit: eeeickythump <devnull@localhost>

    Tiny fix to org-drill-map-entries.
---
 org-drill.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/org-drill.el b/org-drill.el
index 98642cbf08..074cc99527 100755
--- a/org-drill.el
+++ b/org-drill.el
@@ -454,7 +454,7 @@ Example: (round-float 3.56755765 3) -> 3.568"
    time))
 
 
-(defun org-map-drill-entries (func scope &rest skip)
+(defun org-map-drill-entries (func &optional scope &rest skip)
   "Like `org-map-entries', but only drill entries are processed."
   (apply 'org-map-entries func
          (concat "+" org-drill-question-tag) scope skip))



reply via email to

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