Function: htmlize-fstruct-italicp--cmacro

htmlize-fstruct-italicp--cmacro is a function defined in htmlize.el.

Signature

(htmlize-fstruct-italicp--cmacro _CL-WHOLE-ARG CL-X)

Documentation

compiler-macro for inlining htmlize-fstruct-italicp.

Source Code

;; Defined in ~/.emacs.d/elpa/htmlize-20250724.1703/htmlize.el
;; Closure converted to defun by helpful.
(defun htmlize-fstruct-italicp--cmacro
    (_cl-whole-arg cl-x)
  "compiler-macro for inlining `htmlize-fstruct-italicp'."
  (cl-block htmlize-fstruct-italicp--cmacro
    (cl--defsubst-expand
     '(cl-x)
     '(cl-block htmlize-fstruct-italicp
	(progn
	  (or
	   (htmlize-fstruct-p cl-x)
	   (signal 'wrong-type-argument
		   (list 'htmlize-fstruct cl-x)))
	  (aref cl-x 5)))
     nil nil nil cl-x)))