Function: ede-locate-global-p

ede-locate-global-p is a byte-compiled function defined in locate.el.gz.

Signature

(ede-locate-global-p OBJ)

Documentation

Return non-nil if OBJ is an object of type ede-locate-global(var)/ede-locate-global(fun).

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/ede/locate.el.gz
(defclass ede-locate-global (ede-locate-base)
  ()
  "EDE Locator using GNU Global.
Configure EDE's use of GNU Global through the cedet-global.el
variable `cedet-global-command'.")