Function: vhdl-template-process-seq

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

Signature

(vhdl-template-process-seq)

Documentation

Insert a sequential process.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defun vhdl-template-process-seq ()
  "Insert a sequential process."
  (interactive)
  (vhdl-template-process 'seq))