Variable: cedet-global-gtags-command
cedet-global-gtags-command is a customizable variable defined in
cedet-global.el.gz.
Value
"gtags"
Documentation
Command name for the GNU Global gtags executable.
GTAGS is used to create the tags table queried by the global command.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/cedet-global.el.gz
(defcustom cedet-global-gtags-command "gtags"
"Command name for the GNU Global gtags executable.
GTAGS is used to create the tags table queried by the `global' command."
:type 'string
:group 'cedet)