Function: htmlize-fstruct-overlinep--cmacro

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

Signature

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

Documentation

compiler-macro for htmlize-fstruct-overlinep.

Source Code

;; Defined in ~/.emacs.d/elpa/htmlize-20250724.1703/htmlize.el
;; Could not find source code, showing raw function object.
#[(_cl-whole-arg cl-x)
  ((cl-block htmlize-fstruct-overlinep--cmacro
     (cl--defsubst-expand '(cl-x)
			  '(cl-block htmlize-fstruct-overlinep
			     (progn
			       (or (htmlize-fstruct-p cl-x)
				   (signal 'wrong-type-argument
					   (list 'htmlize-fstruct cl-x)))
			       (aref cl-x 7)))
			  nil nil nil cl-x)))
  (t) nil "compiler-macro for `htmlize-fstruct-overlinep'."]