Function: senator-register-foreign-tag--cmacro
senator-register-foreign-tag--cmacro is a function defined in
senator.el.gz.
Signature
(senator-register-foreign-tag--cmacro _CL-WHOLE-ARG CL-X)
Documentation
compiler-macro for inlining senator-register-foreign-tag.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/senator.el.gz
;; Closure converted to defun by helpful.
(defun senator-register-foreign-tag--cmacro
(_cl-whole-arg cl-x)
"compiler-macro for inlining `senator-register-foreign-tag'."
(cl-block senator-register-foreign-tag--cmacro
(cl--defsubst-expand
'(cl-x)
'(cl-block senator-register-foreign-tag
(progn
(or
(senator-register-p cl-x)
(signal 'wrong-type-argument
(list 'senator-register cl-x)))
(aref cl-x 1)))
nil nil nil cl-x)))