Function: ede-locate-cscope

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

Signature

(ede-locate-cscope &rest SLOTS)

Documentation

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

Source Code

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