Function: ebrowse-ts-p

ebrowse-ts-p is a function defined in ebrowse.el.gz.

Signature

(ebrowse-ts-p CL-X)

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/ebrowse.el.gz
;; Could not find source code, showing raw function object.
#[(cl-x)
  ((cl-block ebrowse-ts-p
     (and (vectorp cl-x) (>= (length cl-x) 11)
	  (memq (aref cl-x 0) cl-struct-ebrowse-ts-tags) t)))
  (t)]