Variable: vhdl-source-file-menu

vhdl-source-file-menu is a customizable variable defined in vhdl-mode.el.gz.

Value

nil

Documentation

Non-nil means add a menu of all source files in current directory.

Alternatively, the speedbar can be used.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defcustom vhdl-source-file-menu nil
  "Non-nil means add a menu of all source files in current directory.
Alternatively, the speedbar can be used."
  :type 'boolean
  :group 'vhdl-menu)