summaryrefslogtreecommitdiff
path: root/gnosis.el
diff options
context:
space:
mode:
Diffstat (limited to 'gnosis.el')
-rw-r--r--gnosis.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnosis.el b/gnosis.el
index 6394b03..eceb00e 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -1396,7 +1396,7 @@ NOTES: List of note ids"
(catch 'stop-loop
(cl-loop for note in notes
do (let ((success (gnosis-review-note note)))
- (setf note-count (1+ note-count))
+ (cl-incf note-count)
(gnosis-review-actions success note note-count))
finally (gnosis-review-commit note-count)))))))