diff options
| author | Glenn Morris | 2014-10-29 13:36:33 -0400 |
|---|---|---|
| committer | Glenn Morris | 2014-10-29 13:36:33 -0400 |
| commit | fcc50328eefd1a8766c49c8eb921707a86d9dde9 (patch) | |
| tree | c666a06c53339e35291a6682134a5daa53c5152b | |
| parent | 78d45b66d41859ab9bdd571fea18fc06a7670911 (diff) | |
| download | emacs-fcc50328eefd1a8766c49c8eb921707a86d9dde9.tar.gz emacs-fcc50328eefd1a8766c49c8eb921707a86d9dde9.zip | |
* version.el (emacs-bzr-version, emacs-bzr-get-version): Revert 2014-10-26
change.
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/version.el | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1ddef8293b7..c0e0c4c1919 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2014-10-29 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * version.el (emacs-bzr-version, emacs-bzr-get-version): | ||
| 4 | Revert 2014-10-26 change. | ||
| 5 | |||
| 1 | 2014-10-29 Paul Eggert <eggert@cs.ucla.edu> | 6 | 2014-10-29 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 7 | ||
| 3 | Simplify use of current-time and friends. | 8 | Simplify use of current-time and friends. |
diff --git a/lisp/version.el b/lisp/version.el index c3a36ecc21e..68b502ce451 100644 --- a/lisp/version.el +++ b/lisp/version.el | |||
| @@ -91,7 +91,7 @@ Value is nil if Emacs was not built from a repository checkout, | |||
| 91 | or if we could not determine the revision.") | 91 | or if we could not determine the revision.") |
| 92 | 92 | ||
| 93 | (define-obsolete-variable-alias 'emacs-bzr-version | 93 | (define-obsolete-variable-alias 'emacs-bzr-version |
| 94 | 'emacs-repository-version "25.1") | 94 | 'emacs-repository-version "24.4") |
| 95 | 95 | ||
| 96 | (defun emacs-bzr-version-dirstate (dir) | 96 | (defun emacs-bzr-version-dirstate (dir) |
| 97 | "Try to return as a string the bzr revision ID of directory DIR. | 97 | "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." | |||
| 129 | (buffer-string)))) | 129 | (buffer-string)))) |
| 130 | 130 | ||
| 131 | (define-obsolete-function-alias 'emacs-bzr-get-version | 131 | (define-obsolete-function-alias 'emacs-bzr-get-version |
| 132 | 'emacs-repository-get-version "25.1") | 132 | 'emacs-repository-get-version "24.4") |
| 133 | 133 | ||
| 134 | (defun emacs-repository-get-version (&optional dir external) | 134 | (defun emacs-repository-get-version (&optional dir external) |
| 135 | "Try to return as a string the repository revision of the Emacs sources. | 135 | "Try to return as a string the repository revision of the Emacs sources. |