branch: elpa/org-drill
commit 1801524221c0ac835f5021aede3e38120a12db1d
Author: Phillip Lord <[email protected]>
Commit: Phillip Lord <[email protected]>

    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