Function: repeat--command-property
repeat--command-property is a byte-compiled function defined in
repeat.el.gz.
Signature
(repeat--command-property PROPERTY)
Source Code
;; Defined in /usr/src/emacs/lisp/repeat.el.gz
(defun repeat--command-property (property)
(or (and (symbolp this-command)
(get this-command property))
(and (symbolp real-this-command)
(get real-this-command property))))