Variable: vhdl-include-port-comments

vhdl-include-port-comments is a customizable variable defined in vhdl-mode.el.gz.

Value

nil

Documentation

Non-nil means include port comments when a port is pasted.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defcustom vhdl-include-port-comments nil
  "Non-nil means include port comments when a port is pasted."
  :type 'boolean
  :group 'vhdl-port)