Function: tpu-define-macro-key
tpu-define-macro-key is an interactive and byte-compiled function
defined in tpu-edt.el.gz.
Signature
(tpu-define-macro-key)
Documentation
Bind a set of keystrokes to a single key, or key combination.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/tpu-edt.el.gz
(defun tpu-define-macro-key nil
"Bind a set of keystrokes to a single key, or key combination."
(interactive)
(setq tpu-saved-control-r (global-key-binding "\C-r"))
(global-set-key "\C-r" #'tpu-end-define-macro-key)
(start-kbd-macro nil))