Variable: vhdl-index-menu

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

Value

nil

Documentation

Non-nil means add an index menu for a source file when loading.

Alternatively, the speedbar can be used. Note that the index menu scans a file when it is opened, while speedbar only scans the file upon request.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defcustom vhdl-index-menu nil
  "Non-nil means add an index menu for a source file when loading.
Alternatively, the speedbar can be used.  Note that the index menu scans a file
when it is opened, while speedbar only scans the file upon request."
  :type 'boolean
  :group 'vhdl-menu)