Variable: rst-cvs-timestamp

rst-cvs-timestamp is a variable defined in rst.el.gz.

Value

"1970-01-01 00:00:00"

Documentation

The CVS time stamp of this file.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/rst.el.gz
(defconst rst-cvs-timestamp
  (rst-extract-version "\\$" "CVSHeader: \\S + \\S + "
		       "[0-9]+-[0-9]+-[0-9]+ [0-9]+:[0-9]+:[0-9]+" " .*"
		       rst-cvs-header "1970-01-01 00:00:00")
  "The CVS time stamp of this file.")