Variable: vhdl-upper-case-constants

vhdl-upper-case-constants is a customizable variable defined in vhdl-mode.el.gz.

Value

t

Documentation

Non-nil means convert standardized constants to upper case.

This is done when expanded.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defcustom vhdl-upper-case-constants t
  "Non-nil means convert standardized constants to upper case.
This is done when expanded."
  :type 'boolean
  :set (lambda (variable value)
	 (vhdl-custom-set variable value #'vhdl-abbrev-list-init))
  :group 'vhdl-style)