Function: vhdl-version

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

Signature

(vhdl-version)

Documentation

Echo the current version of VHDL Mode in the minibuffer.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defun vhdl-version ()
  "Echo the current version of VHDL Mode in the minibuffer."
  (interactive)
  (message "VHDL Mode %s (%s)" vhdl-version vhdl-time-stamp)
  (vhdl-keep-region-active))