Function: tpu-end-define-macro-key

tpu-end-define-macro-key is an interactive and byte-compiled function defined in tpu-edt.el.gz.

Signature

(tpu-end-define-macro-key KEY)

Documentation

End the current macro definition.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/tpu-edt.el.gz
(defun tpu-end-define-macro-key (key)
  "End the current macro definition."
  (interactive "kPress the key you want to use to do what was just learned: ")
  (end-kbd-macro nil)
  (global-set-key key last-kbd-macro)
  (global-set-key "\C-r" tpu-saved-control-r))