Function: ede-locate-locate

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

Signature

(ede-locate-locate &rest SLOTS)

Documentation

Create a new object of class type ede-locate-locate(var)/ede-locate-locate(fun).

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/ede/locate.el.gz
;;; LOCATE
;;
;; Using the standard unix "locate" command.
;; Since locate is system wide, we need to hack the search
;; to restrict it to within just this project.

(defclass ede-locate-locate (ede-locate-base)
  ()
  "EDE Locator using the locate command.
Configure the Emacs `locate-command' variable to also
configure the use of EDE locate.")