Variable: vhdl-speedbar-update-on-saving

vhdl-speedbar-update-on-saving is a customizable variable defined in vhdl-mode.el.gz.

Value

t

Documentation

Automatically update design hierarchy when buffer is saved.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defcustom vhdl-speedbar-update-on-saving t
  "Automatically update design hierarchy when buffer is saved."
  :type 'boolean
  :group 'vhdl-speedbar)