Function: ccl-check-compile-function
ccl-check-compile-function is a byte-compiled function defined in
ccl.el.gz.
Signature
(ccl-check-compile-function ARG CMD)
Documentation
Check if ARG is a valid CCL command.
Source Code
;; Defined in /usr/src/emacs/lisp/international/ccl.el.gz
(defun ccl-check-compile-function (arg cmd)
"Check if ARG is a valid CCL command."
(or (get arg 'ccl-compile-function)
(error "CCL: Invalid command: %s" cmd)))