mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
Fix some fallback values to conform to the actual release number.
This commit is contained in:
parent
94004affda
commit
2beeb6e811
2 changed files with 7 additions and 2 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2014-10-26 Eric S. Raymond <esr@thyrsus.com>
|
||||
|
||||
* version.el: Fix some fallback values to conform to the actual
|
||||
release number.
|
||||
|
||||
2014-10-25 Eric S. Raymond <esr@thyrsus.com>
|
||||
|
||||
* Makefile.in: Change some production names so they're neutral
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@ Value is nil if Emacs was not built from a repository checkout,
|
|||
or if we could not determine the revision.")
|
||||
|
||||
(define-obsolete-variable-alias 'emacs-bzr-version
|
||||
'emacs-repository-version "24.4")
|
||||
'emacs-repository-version "25.1")
|
||||
|
||||
(defun emacs-bzr-version-dirstate (dir)
|
||||
"Try to return as a string the bzr revision ID of directory DIR.
|
||||
|
|
@ -129,7 +129,7 @@ Returns nil if unable to find this information."
|
|||
(buffer-string))))
|
||||
|
||||
(define-obsolete-function-alias 'emacs-bzr-get-version
|
||||
'emacs-repository-get-version "24.4")
|
||||
'emacs-repository-get-version "25.1")
|
||||
|
||||
(defun emacs-repository-get-version (&optional dir external)
|
||||
"Try to return as a string the repository revision of the Emacs sources.
|
||||
|
|
|
|||
Loading…
Reference in a new issue