Function: sgml-tag-p--cmacro
sgml-tag-p--cmacro is a function defined in sgml-mode.el.gz.
Signature
(sgml-tag-p--cmacro _CL-WHOLE-ARG CL-X)
Documentation
compiler-macro for sgml-tag-p.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/sgml-mode.el.gz
;; Could not find source code, showing raw function object.
#[(_cl-whole-arg cl-x)
((cl-block sgml-tag-p--cmacro
(cl--defsubst-expand '(cl-x)
'(cl-block sgml-tag-p
(and
(memq (type-of cl-x)
cl-struct-sgml-tag-tags)
t))
nil nil nil cl-x)))
(t) nil "compiler-macro for `sgml-tag-p'."]