Function: htmlize-fstruct-italicp--inliner
htmlize-fstruct-italicp--inliner is a function defined in htmlize.el.
Signature
(htmlize-fstruct-italicp--inliner INLINE--FORM X)
Source Code
;; Defined in ~/.emacs.d/elpa/htmlize-20250724.1703/htmlize.el
;; Could not find source code, showing raw function object.
#[(inline--form x)
((ignore inline--form)
(catch 'inline--just-use
(let*
((exp x)
(x (if (macroexp-copyable-p exp) exp (make-symbol "x")))
(body
(list 'progn
(list 'or (list 'htmlize-fstruct-p x)
(list 'signal
(list 'quote 'wrong-type-argument)
(list 'list
(list 'quote 'htmlize-fstruct) x)))
(list 'aref x 5))))
(if (eq x exp) body (macroexp-let* (list (list x exp)) body)))))
(cl-struct-htmlize-fstruct-tags)]