; * lisp/kmacro.el (kmacro-add-counter): cut useless variable ref

scratch/igc
Mattias Engdegård 2024-05-06 16:09:08 +02:00
parent 13d8b0eb63
commit 92147d2c93
1 changed files with 1 additions and 1 deletions

View File

@ -342,7 +342,7 @@ information."
(setq kmacro-last-counter kmacro-counter
kmacro-counter (if (and current-prefix-arg (listp current-prefix-arg))
last
kmacro-counter (+ kmacro-counter arg))))
(+ kmacro-counter arg))))
(unless executing-kbd-macro
(kmacro-display-counter)))