Variable: repeat-keep-prefix

repeat-keep-prefix is a customizable variable defined in repeat.el.gz.

Value

nil

Documentation

Whether to keep the prefix arg of the previous command when repeating.

This variable was added, or its default value changed, in Emacs 28.1.

Probably introduced at or before Emacs version 28.1.

Source Code

;; Defined in /usr/src/emacs/lisp/repeat.el.gz
(defcustom repeat-keep-prefix nil
  "Whether to keep the prefix arg of the previous command when repeating."
  :type 'boolean
  :group 'convenience
  :version "28.1")