Variable: kmacro-ring

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

Value

nil

Documentation

The keyboard macro ring.

Each element is a list (MACRO COUNTER FORMAT). Actually, the head of the macro ring (when defining or executing) is not stored in the ring; instead it is available in the variables last-kbd-macro, kmacro-counter, and kmacro-counter-format.

Source Code

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

(defvar kmacro-ring nil
  "The keyboard macro ring.
Each element is a list (MACRO COUNTER FORMAT).  Actually, the head of
the macro ring (when defining or executing) is not stored in the ring;
instead it is available in the variables `last-kbd-macro', `kmacro-counter',
and `kmacro-counter-format'.")