Variable: vhdl-speedbar-shown-unit-alist

vhdl-speedbar-shown-unit-alist is a variable defined in vhdl-mode.el.gz.

Value

nil

Documentation

Alist of design units simultaneously open in the current speedbar for each directory and project.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
;; structure: (parenthesized expression means list of such entries)
;; (cache-key (directory))

(defvar vhdl-speedbar-shown-unit-alist nil
  "Alist of design units simultaneously open in the current speedbar for each
directory and project.")