summaryrefslogtreecommitdiff
path: root/gnosis.el
diff options
context:
space:
mode:
Diffstat (limited to 'gnosis.el')
-rw-r--r--gnosis.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnosis.el b/gnosis.el
index c452d5d..3c3ceeb 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -1300,9 +1300,9 @@ NOTES: List of note ids"
(gnosis-edit-note note t)
(recursive-edit))
(?q (gnosis-review-commit note-count)
- (cl-return))))
- finally (gnosis-review-commit note-count)))
- (setq gnosis-due-notes (length (gnosis-review-get-due-notes))))))
+ (cl-return)))
+ (setq gnosis-due-notes-total (length (gnosis-review-get-due-notes))))
+ finally (gnosis-review-commit note-count))))))
;; Editing notes