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

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

[nongnu] elpa/org-drill 1801524221 178/251: Fix call to format


From: ELPA Syncer
Subject: [nongnu] elpa/org-drill 1801524221 178/251: Fix call to format
Date: Mon, 17 Jan 2022 18:59:14 -0500 (EST)

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

    Fix call to format
---
 org-drill.el | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/org-drill.el b/org-drill.el
index bb437b23d9..b4f446a788 100644
--- a/org-drill.el
+++ b/org-drill.el
@@ -1803,14 +1803,10 @@ Consider reformulating the item to make it easier to 
remember.\n"
          (last-second 0)
          (prompt
           (format (concat "Type answer then return, "
-                          "C-c e=edit, C-c t=tags, C-c s=skip, C-c q=quit.")
-                  org-drill--edit-key
-                  org-drill--tags-key
-                  org-drill--skip-key
-                  org-drill--quit-key))
+                          "C-c e=edit, C-c t=tags, C-c s=skip, C-c q=quit.")))
          (full-prompt
           (org-drill--make-minibuffer-prompt session prompt)))
-    (setq drill-typed-answer nil)
+    (setf (oref session drill-typed-answer) nil)
     (if (and (eql 'warn org-drill-leech-method)
              (org-drill-entry-leech-p))
         (setq full-prompt (concat



reply via email to

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