From 758e915fd92b4052229b2b89fa920d1f93b61b65 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Tue, 18 Jun 2024 13:32:32 +0300 Subject: gnosis-review-session: Use cl-incf --- gnosis.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))))))) -- cgit v1.2.3