From: Eric S. Raymond Date: Fri, 10 Jan 2014 17:13:10 +0000 (-0500) Subject: Restore compatibilty with 23.1 (Tested) X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2^2~6 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7e03bb327b5dd3a53840a8f1c00e765f3eb3e2f0;p=emacs.git Restore compatibilty with 23.1 (Tested) --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 41ea776eba5..2b3c5794b21 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2014-01-10 Eric S. Raymond + + * version.el (emacs-bzr-get-version): Restore compatibilty with + 23.1 (Tested). + 2014-01-10 Bozhidar Batsov * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec diff --git a/lisp/emacs-lisp/eieio.el b/lisp/emacs-lisp/eieio.el index 681bd376685..38ed8c433f6 100644 --- a/lisp/emacs-lisp/eieio.el +++ b/lisp/emacs-lisp/eieio.el @@ -927,7 +927,7 @@ Optional argument GROUP is the sub-group of slots to display. ;;;*** -;;;### (autoloads nil "eieio-opt" "eieio-opt.el" "c7a7173e78edd280eb4289bd2a0376c5") +;;;### (autoloads nil "eieio-opt" "eieio-opt.el" "f03278724025221a0259ed48516286f3") ;;; Generated autoloads from eieio-opt.el (autoload 'eieio-browse "eieio-opt" "\ diff --git a/lisp/version.el b/lisp/version.el index 0362b03484c..71e56858afa 100644 --- a/lisp/version.el +++ b/lisp/version.el @@ -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.