From 38217ee5212cbb87e443cef1d3632878030bd87d Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Wed, 22 Jun 2022 01:03:26 +0530 Subject: Indicate unused variable with _. * thogai.el (thogai-process-stroke): Rename unused loop counter variable i to _. --- thogai.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3