Variable: vhdl-modify-date-on-saving

vhdl-modify-date-on-saving is a customizable variable defined in vhdl-mode.el.gz.

Value

t

Documentation

Non-nil means update the modification date when the buffer is saved.

Calls function M-x vhdl-template-modify (vhdl-template-modify)).

NOTE: Activate the new setting in a VHDL buffer by using the menu entry
      "Activate Options".

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defcustom vhdl-modify-date-on-saving t
  "Non-nil means update the modification date when the buffer is saved.
Calls function \\[vhdl-template-modify]).

NOTE: Activate the new setting in a VHDL buffer by using the menu entry
      \"Activate Options\"."
  :type 'boolean
  :group 'vhdl-header)