Variable: vhdl-version
vhdl-version is a variable defined in vhdl-mode.el.gz.
Value
"3.38.5"
Documentation
VHDL Mode version number.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
;;; vhdl-mode.el --- major mode for editing VHDL code -*- lexical-binding: t; -*-
;; Copyright (C) 1992-2025 Free Software Foundation, Inc.
;; Authors: Reto Zimmermann <reto@gnu.org>
;; Rodney J. Whitby <software.vhdl-mode@rwhitby.net>
;; Maintainer: Reto Zimmermann <reto@gnu.org>
;; Keywords: languages vhdl
;; URL: https://iis-people.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html
;; Yoni Rabkin <yoni@rabkins.net> contacted the maintainer of this
;; file on 18/3/2008, and the maintainer agreed that when a bug is
;; filed in the Emacs bug reporting system against this file, a copy
;; of the bug report be sent to the maintainer's email address.
;;
;; Reto also said in Apr 2021 that he preferred to keep the XEmacs
;; compatibility code.
(defconst vhdl-version "3.38.5"
"VHDL Mode version number.")