Function: ebrowse-hs-p--cmacro
ebrowse-hs-p--cmacro is a function defined in ebrowse.el.gz.
Signature
(ebrowse-hs-p--cmacro _CL-WHOLE-ARG CL-X)
Documentation
compiler-macro for ebrowse-hs-p.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/ebrowse.el.gz
;; Could not find source code, showing raw function object.
#[(_cl-whole-arg cl-x)
((cl-block ebrowse-hs-p--cmacro
(cl--defsubst-expand '(cl-x)
'(cl-block ebrowse-hs-p
(and (vectorp cl-x) (>= (length cl-x) 5)
(memq (aref cl-x 0)
cl-struct-ebrowse-hs-tags)
t))
nil nil nil cl-x)))
(t) nil "compiler-macro for `ebrowse-hs-p'."]