branch: elpa/gnosis
commit 8baa87d6d87f50e518b523297c12120bd093e039
Author: Thanos Apollo <pub...@thanosapollo.org>
Commit: Thanos Apollo <pub...@thanosapollo.org>

    suspend-tag: Use gnosis-tags-prompt.
    
    + gnosis-tag-prompt is deprecated for such usage in this version.
---
 gnosis.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnosis.el b/gnosis.el
index 1b9b14e9ad..4ce664bead 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -670,7 +670,7 @@ When called with a prefix, unsuspends all notes in deck."
   "Suspend all note(s) with tag.
 
 When called with a prefix, unsuspends all notes for tag."
-  (let ((notes (gnosis-select-by-tag (gnosis-tag-prompt)))
+  (let ((notes (gnosis-select-by-tag (gnosis-tags-prompt)))
        (suspend (if current-prefix-arg 0 1)))
     (cl-loop for note in notes
             do (gnosis-update 'review-log `(= suspend ,suspend) `(= id 
,note)))))

Reply via email to