Variable: time-stamp-count

time-stamp-count is a variable defined in time-stamp.el.gz.

Value

1

Documentation

How many templates M-x time-stamp (time-stamp) will look for in a buffer.

The same time stamp will be written in each case.

time-stamp-count is best changed with a file-local variable. If you were to change it in your init file, you would be incompatible with other people's files.

Probably introduced at or before Emacs version 21.1.

Source Code

;; Defined in /usr/src/emacs/lisp/time-stamp.el.gz
;;;###autoload(put 'time-stamp-inserts-lines 'safe-local-variable 'symbolp)


(defvar time-stamp-count 1		;Do not change!
  "How many templates \\[time-stamp] will look for in a buffer.
The same time stamp will be written in each case.

`time-stamp-count' is best changed with a file-local variable.
If you were to change it in your init file, you would be incompatible
with other people's files.")