summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnosis.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnosis.el b/gnosis.el
index bf74424..abe9dfb 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -273,7 +273,7 @@ Set SPLIT to t to split all input given."
(defun gnosis-suspend-note (id)
"Suspend note with ID."
- (gnosis-update 'review-log `(= suspend 1) `(= id ,id)))
+ (gnosis-update 'review-log '(= suspend 1) `(= id ,id)))
(defun gnosis-suspend-deck (&optional deck)
"Suspend all note(s) with DECK id.
@@ -399,7 +399,7 @@ SUSPEND: When t, note will be ignored for reviews."
:question (read-string "Question: ")
:answer (read-string "Answer: ")
:image (when (y-or-n-p "Add image to display during review?")
- (completing-read "Select image: " (gnosis-directory-files)))
+ (completing-read "Select image: " (gnosis-directory-files)))
:hint (read-string "Hint: ")
:extra (read-string "Extra: ")
:tags (gnosis-tag-prompt)))))