diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2014-01-08 17:57:47 -0500 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2014-01-08 17:57:47 -0500 |
commit | 9475054f3ccaf887866bc843d508ccc27eab04d0 (patch) | |
tree | d2b6ec4e716a94bdca79aeff2ff5d9412193928b /lisp/loadup.el | |
parent | 0116ee837aed1f34fe406febc991db00c22ee073 (diff) | |
download | emacs-9475054f3ccaf887866bc843d508ccc27eab04d0.tar.gz |
In preparation for the move to git, sanitize out some Bazaar-specific names.
* version.el (emacs-bzr-version): Name changed to
emacs-repository-version.
* loadup.el: Follow through on this name change.
* lisp/mail/emacsbug.el (report-emacs-bug): Factor out any
assumption about the version control system in use.
Diffstat (limited to 'lisp/loadup.el')
-rw-r--r-- | lisp/loadup.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/loadup.el b/lisp/loadup.el index 78215f3bd8d..a5bf2cdbba2 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -328,7 +328,7 @@ lost after dumping"))) (string-to-number (substring name (length base) exelen)))) files))) - (setq emacs-bzr-version (condition-case nil (emacs-bzr-get-version) + (setq emacs-repository-version (condition-case nil (emacs-repository-get-version) (error nil))) ;; `emacs-version' is a constant, so we shouldn't change it with `setq'. (defconst emacs-version |