Variable: rst-svn-rev

rst-svn-rev is a variable defined in rst.el.gz.

Value

"8015"

Documentation

The SVN revision of this file.

SVN revision is the upstream (docutils) revision.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/rst.el.gz
;; Use LastChanged... to really get information from SVN.
(defconst rst-svn-rev
  (rst-extract-version "\\$" "LastChangedRevision: " "[0-9]+" " "
		       "$LastChangedRevision: 8015 $")
  "The SVN revision of this file.
SVN revision is the upstream (docutils) revision.")