Variable: time-stamp-warn-inactive

time-stamp-warn-inactive is a customizable variable defined in time-stamp.el.gz.

Value

t

Documentation

Warn when we find a template but time-stamp-active is nil.

If non-nil, time-stamp displays a message when time-stamp-active is nil (deactivating time stamping) and the buffer contains a template that otherwise would have been updated.

This variable was added, or its default value changed, in Emacs 19.29.

Probably introduced at or before Emacs version 19.29.

Source Code

;; Defined in /usr/src/emacs/lisp/time-stamp.el.gz
(defcustom time-stamp-warn-inactive t
  "Warn when we find a template but `time-stamp-active' is nil.
If non-nil, `time-stamp' displays a message when `time-stamp-active'
is nil (deactivating time stamping) and the buffer contains
a template that otherwise would have been updated."
  :type 'boolean
  :version "19.29")