Function: cua--prefix-repeat-handler

cua--prefix-repeat-handler is an interactive and byte-compiled function defined in cua-base.el.gz.

Signature

(cua--prefix-repeat-handler)

Documentation

Repeating prefix key when region is active works as a single prefix key.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/emulation/cua-base.el.gz
(defun cua--prefix-repeat-handler ()
  "Repeating prefix key when region is active works as a single prefix key."
  (interactive)
  (cua--prefix-override-replay 1))