Function: keymap-global-set--anon-cmacro
keymap-global-set--anon-cmacro is a function defined in keymap.el.gz.
Signature
(keymap-global-set--anon-cmacro FORM KEY COMMAND &optional INTERACTIVE)
Source Code
;; Defined in /usr/src/emacs/lisp/keymap.el.gz
;; Closure converted to defun by helpful.
(defun keymap-global-set--anon-cmacro
(form key command &optional interactive)
(ignore key command interactive)
(keymap--compile-check key)
form)