Variable: cedet-idutils-file-command

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

Value

"fnid"

Documentation

Command name for the ID Utils executable for searching file names.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/cedet-idutils.el.gz
(defcustom cedet-idutils-file-command "fnid"
  "Command name for the ID Utils executable for searching file names."
  :type 'string
  :group 'cedet)