Function: htmlize-fstruct-boldp--cmacro

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

Signature

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

Documentation

compiler-macro for inlining htmlize-fstruct-boldp.

Source Code

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