From 7e03bb327b5dd3a53840a8f1c00e765f3eb3e2f0 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 10 Jan 2014 12:13:10 -0500 Subject: [PATCH] Restore compatibilty with 23.1 (Tested) --- lisp/ChangeLog | 5 +++++ lisp/emacs-lisp/eieio.el | 2 +- lisp/version.el | 3 +++ 3 files changed, 9 insertions(+), 1 deletion(-) 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. -- 2.39.5