aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2022-06-22 01:03:26 +0530
committerArun Isaac2022-06-22 01:03:26 +0530
commit38217ee5212cbb87e443cef1d3632878030bd87d (patch)
tree0ffb7947b5e3286b0541237c193bac092b1b264b
parent7873e5b06106a60c6b4a7ba7ffe29d676b026d2a (diff)
downloadthogai-38217ee5212cbb87e443cef1d3632878030bd87d.tar.gz
thogai-38217ee5212cbb87e443cef1d3632878030bd87d.tar.lz
thogai-38217ee5212cbb87e443cef1d3632878030bd87d.zip
Indicate unused variable with _.
* thogai.el (thogai-process-stroke): Rename unused loop counter variable i to _.
-rw-r--r--thogai.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/thogai.el b/thogai.el
index 6417af1..68a0c12 100644
--- a/thogai.el
+++ b/thogai.el
@@ -528,7 +528,7 @@ current state, and should typically be `thogai-stroke-ring'."
(progn
(undo-only)
;; Drop the "*" stroke and the stroke that was just undone.
- (dotimes (i 2)
+ (dotimes (_ 2)
(unless (zerop (ring-length stroke-ring))
(ring-remove stroke-ring 0))))
(let ((matched-strokes