Variable: emacs-repository-version

emacs-repository-version is a variable defined in version.el.gz.

Value

nil

Documentation

String giving the repository revision from which this Emacs was built.

Value is nil if Emacs was not built from a repository checkout, or if we could not determine the revision.

Probably introduced at or before Emacs version 24.4.

Aliases

emacs-bzr-version (obsolete since 24.4)

Source Code

;; Defined in /usr/src/emacs/lisp/version.el.gz
;; Set during dumping, this is a defvar so that it can be setq'd.
(defvar emacs-repository-version nil
  "String giving the repository revision from which this Emacs was built.
Value is nil if Emacs was not built from a repository checkout,
or if we could not determine the revision.")