Variable: time-stamp-warn-inactive
time-stamp-warn-inactive is a customizable variable defined in
time-stamp.el.gz.
Value
t
Documentation
Have M-x time-stamp (time-stamp) warn if a buffer did not get time-stamped.
If non-nil, a warning is displayed if time-stamp-active has
deactivated 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
"Have \\[time-stamp] warn if a buffer did not get time-stamped.
If non-nil, a warning is displayed if `time-stamp-active' has
deactivated time stamping and the buffer contains a template that
otherwise would have been updated."
:type 'boolean
:version "19.29")