Restore compatibilty with 23.1 (Tested)
[bpt/emacs.git] / lisp / version.el
index 0362b03..71e5685 100644 (file)
@@ -128,6 +128,9 @@ Returns nil if unable to find this information."
                        "dir"))
         (buffer-string))))
 
+(define-obsolete-function-alias 'emacs-bzr-get-version
+                                '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.
 The format of the returned string is dependent on the VCS in use.