Variable: cedet-global-command

cedet-global-command is a customizable variable defined in cedet-global.el.gz.

Value

"global"

Documentation

Command name for the GNU Global executable.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/cedet-global.el.gz
(defcustom cedet-global-command "global"
  "Command name for the GNU Global executable."
  :type 'string
  :group 'cedet)