Variable: repeat-previous-repeated-command

repeat-previous-repeated-command is a variable defined in repeat.el.gz.

Value

nil

Documentation

The previous repeated command.

Source Code

;; Defined in /usr/src/emacs/lisp/repeat.el.gz
;; An example of the use of (repeat-is-really-this-command) may still be
;; available in <https://www.eskimo.com/~seldon/dotemacs.el>; search for
;; "defun wm-switch-buffer".

;;;;; ******************* THE REPEAT COMMAND ITSELF ******************* ;;;;;

(defvar repeat-previous-repeated-command nil
  "The previous repeated command.")