Variable: repeat-map

repeat-map is a variable defined in repeat.el.gz.

Value

nil

Documentation

The value of the repeating transient map for the next command.

A command called from the map can set it again to the same map when the map can't be set on the command symbol property repeat-map.

Probably introduced at or before Emacs version 31.1.

Source Code

;; Defined in /usr/src/emacs/lisp/repeat.el.gz
;;;###autoload
(defvar repeat-map nil
  "The value of the repeating transient map for the next command.
A command called from the map can set it again to the same map when
the map can't be set on the command symbol property `repeat-map'.")