Function: ebrowse-throw-list-p
ebrowse-throw-list-p is a byte-compiled function defined in
ebrowse.el.gz.
Signature
(ebrowse-throw-list-p MEMBER)
Documentation
Value is non-nil if MEMBER has a throw specification.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/ebrowse.el.gz
(defsubst ebrowse-throw-list-p (member)
"Value is non-nil if MEMBER has a throw specification."
(ebrowse-member-bit-set-p member 128))