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