Function: vhdl-template-component

vhdl-template-component is an interactive and byte-compiled function defined in vhdl-mode.el.gz.

Signature

(vhdl-template-component)

Documentation

Insert a component declaration.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defun vhdl-template-component ()
  "Insert a component declaration."
  (interactive)
  (vhdl-template-component-decl))