Variable: vhdl-company-name
vhdl-company-name is a customizable variable defined in
vhdl-mode.el.gz.
Value
""
Documentation
Name of company to insert in file header.
See option vhdl-file-header.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defcustom vhdl-company-name ""
"Name of company to insert in file header.
See option `vhdl-file-header'."
:type 'string
:group 'vhdl-header)