Variable: vhdl-speedbar-jump-to-unit

vhdl-speedbar-jump-to-unit is a customizable variable defined in vhdl-mode.el.gz.

Value

t

Documentation

Non-nil means jump to the design unit code when opened in a buffer.

The buffer cursor position is left unchanged otherwise.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defcustom vhdl-speedbar-jump-to-unit t
  "Non-nil means jump to the design unit code when opened in a buffer.
The buffer cursor position is left unchanged otherwise."
  :type 'boolean
  :group 'vhdl-speedbar)