branch: elpa/gnosis commit d357ddfa30f74c2ec091fec2cc6bb38773fa05d8 Author: Thanos Apollo <pub...@thanosapollo.org> Commit: Thanos Apollo <pub...@thanosapollo.org>
[fix] review-mcq: Display parathema. - Fix bug due to typo. --- gnosis.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnosis.el b/gnosis.el index c2ed8812d2..27ec7a7869 100644 --- a/gnosis.el +++ b/gnosis.el @@ -1162,7 +1162,7 @@ SUCCESS is a boolean value, t for success, nil for failure." (user-choice (gnosis-mcq-answer id)) (success (string= answer user-choice))) (gnosis-display-correct-answer-mcq answer user-choice) - (gnosis-display-parathema (gnosis-get 'parathema 'extras '(= id ,id))) + (gnosis-display-parathema (gnosis-get 'parathema 'extras `(= id ,id))) (gnosis-display-next-review id success) success))