+2014-10-31 Glenn Morris <rgm@gnu.org>
+
+ * version.el (emacs-bzr-version, emacs-bzr-get-version):
+ Revert 2014-10-31 change.
+
2014-10-31 Eric S. Raymond <esr@thyrsus.com>
* version.el: Fix some fallback values to conform to the actual
or if we could not determine the revision.")
(define-obsolete-variable-alias 'emacs-bzr-version
- 'emacs-repository-version "25.1")
+ 'emacs-repository-version "24.4")
(defun emacs-bzr-version-dirstate (dir)
"Try to return as a string the bzr revision ID of directory DIR.
(buffer-string))))
(define-obsolete-function-alias 'emacs-bzr-get-version
- 'emacs-repository-get-version "25.1")
+ 'emacs-repository-get-version "24.4")
(defun emacs-repository-get-version (&optional dir external)
"Try to return as a string the repository revision of the Emacs sources.