Function: htmlize-fstruct-p--cmacro
htmlize-fstruct-p--cmacro is a function defined in htmlize.el.
Signature
(htmlize-fstruct-p--cmacro _CL-WHOLE-ARG CL-X)
Documentation
compiler-macro for inlining htmlize-fstruct-p.
Source Code
;; Defined in ~/.emacs.d/elpa/htmlize-20250724.1703/htmlize.el
;; Closure converted to defun by helpful.
(defun htmlize-fstruct-p--cmacro
(_cl-whole-arg cl-x)
"compiler-macro for inlining `htmlize-fstruct-p'."
(cl-block htmlize-fstruct-p--cmacro
(cl--defsubst-expand
'(cl-x)
'(cl-block htmlize-fstruct-p
(and
(memq
(type-of cl-x)
cl-struct-htmlize-fstruct-tags)
t))
nil nil nil cl-x)))