summaryrefslogtreecommitdiff
path: root/gnosis.el
diff options
context:
space:
mode:
Diffstat (limited to 'gnosis.el')
-rw-r--r--gnosis.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnosis.el b/gnosis.el
index a67c80b..eeb39be 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -1299,7 +1299,8 @@ NOTES: List of note ids"
(?e (gnosis-review--update note success)
(gnosis-edit-note note t)
(recursive-edit))
- (?q (gnosis-review-commit note-count)
+ (?q (gnosis-review--update note success)
+ (gnosis-review-commit note-count)
(cl-return)))
(setq gnosis-due-notes-total (length (gnosis-review-get-due-notes))))
finally (gnosis-review-commit note-count))))))