]> git.eshelyaron.com Git - emacs.git/commitdiff
Restore compatibilty with 23.1 (Tested)
authorEric S. Raymond <esr@thyrsus.com>
Fri, 10 Jan 2014 17:13:10 +0000 (12:13 -0500)
committerEric S. Raymond <esr@thyrsus.com>
Fri, 10 Jan 2014 17:13:10 +0000 (12:13 -0500)
lisp/ChangeLog
lisp/emacs-lisp/eieio.el
lisp/version.el

index 41ea776eba5e612fc930c4856c50ec0923357d43..2b3c5794b21e3c6a8c2b90c92667cb428147df48 100644 (file)
@@ -1,3 +1,8 @@
+2014-01-10  Eric S. Raymond  <esr@thyrsus.com>
+
+       * version.el (emacs-bzr-get-version): Restore compatibilty with
+       23.1 (Tested).
+
 2014-01-10  Bozhidar Batsov  <bozhidar@batsov.com>
 
        * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
index 681bd376685e1b03779ca9c66d5650b531b66884..38ed8c433f61eda8ed8c413bd83e736cab1a20b3 100644 (file)
@@ -927,7 +927,7 @@ Optional argument GROUP is the sub-group of slots to display.
 
 ;;;***
 \f
-;;;### (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" "\
index 0362b03484cebad6ff3d4463169dece4ab663e76..71e56858afa3cc4e7a487498ed953fbadd12683a 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.