Function: htmlize-fstruct-overlinep--cmacro
htmlize-fstruct-overlinep--cmacro is a function defined in htmlize.el.
Signature
(htmlize-fstruct-overlinep--cmacro _CL-WHOLE-ARG CL-X)
Documentation
compiler-macro for inlining htmlize-fstruct-overlinep.
Source Code
;; Defined in ~/.emacs.d/elpa/htmlize-20250724.1703/htmlize.el
;; Closure converted to defun by helpful.
(defun htmlize-fstruct-overlinep--cmacro
(_cl-whole-arg cl-x)
"compiler-macro for inlining `htmlize-fstruct-overlinep'."
(cl-block htmlize-fstruct-overlinep--cmacro
(cl--defsubst-expand
'(cl-x)
'(cl-block htmlize-fstruct-overlinep
(progn
(or
(htmlize-fstruct-p cl-x)
(signal 'wrong-type-argument
(list 'htmlize-fstruct cl-x)))
(aref cl-x 7)))
nil nil nil cl-x)))