Function: ebrowse-bs-p--cmacro
ebrowse-bs-p--cmacro is a function defined in ebrowse.el.gz.
Signature
(ebrowse-bs-p--cmacro _CL-WHOLE-ARG CL-X)
Documentation
compiler-macro for inlining ebrowse-bs-p.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/ebrowse.el.gz
;; Closure converted to defun by helpful.
(defun ebrowse-bs-p--cmacro
(_cl-whole-arg cl-x)
"compiler-macro for inlining `ebrowse-bs-p'."
(cl-block ebrowse-bs-p--cmacro
(cl--defsubst-expand
'(cl-x)
'(cl-block ebrowse-bs-p
(and
(vectorp cl-x)
(>=
(length cl-x)
7)
(memq
(aref cl-x 0)
cl-struct-ebrowse-bs-tags)
t))
nil nil nil cl-x)))