diff options
-rw-r--r-- | thogai.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |