Variable: kmacro-counter

kmacro-counter is a variable defined in kmacro.el.gz.

Value

0

Documentation

Current keyboard macro counter.

This is normally initialized to zero when the macro is defined, and incremented each time the value of the counter is inserted into a buffer. See kmacro-start-macro-or-insert-counter for more details.

Source Code

;; Defined in /usr/src/emacs/lisp/kmacro.el.gz
;;; Keyboard macro counter

(defvar kmacro-counter 0
  "Current keyboard macro counter.

This is normally initialized to zero when the macro is defined,
and incremented each time the value of the counter is inserted
into a buffer.  See `kmacro-start-macro-or-insert-counter' for
more details.")