diff options
author | Thanos Apollo <[email protected]> | 2024-06-18 13:33:29 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-06-18 13:33:29 +0300 |
commit | bc5c8bbad44f4782fafeaecba3b23585c400d53b (patch) | |
tree | eb26ff028622a0291af9453eeb227841aade3942 | |
parent | ab18c5f19b39f8d972e85560e48c32257244f732 (diff) | |
parent | 758e915fd92b4052229b2b89fa920d1f93b61b65 (diff) |
Merge branch 'master' into Add-mc-cloze
-rw-r--r-- | gnosis.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1457,7 +1457,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))))))) |