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 inlining ebrowse-hs-p.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/ebrowse.el.gz
;; Closure converted to defun by helpful.
(defun ebrowse-hs-p--cmacro
(_cl-whole-arg cl-x)
"compiler-macro for inlining `ebrowse-hs-p'."
(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)))