Variable: speedbar-fetch-etags-command

speedbar-fetch-etags-command is a customizable variable defined in speedbar.el.gz.

Value

"etags"

Documentation

Command used to create an etags file.

This variable is ignored if speedbar-use-imenu-flag is t.

Source Code

;; Defined in /usr/src/emacs/lisp/speedbar.el.gz
(defcustom speedbar-fetch-etags-command "etags"
  "Command used to create an etags file.
This variable is ignored if `speedbar-use-imenu-flag' is t."
  :group 'speedbar
  :type 'string)