emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r115963: Restore compatibilty with 23.1 (Tested)


From: Eric S. Raymond
Subject: [Emacs-diffs] trunk r115963: Restore compatibilty with 23.1 (Tested)
Date: Fri, 10 Jan 2014 17:14:13 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115963
revision-id: address@hidden
parent: address@hidden
committer: Eric S. Raymond <address@hidden>
branch nick: trunk
timestamp: Fri 2014-01-10 12:13:10 -0500
message:
  Restore compatibilty with 23.1 (Tested)
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/emacs-lisp/eieio.el       eieio.el-20091113204419-o5vbwnq5f7feedwu-10973
  lisp/version.el                version.el-20091113204419-o5vbwnq5f7feedwu-1613
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-01-10 16:32:45 +0000
+++ b/lisp/ChangeLog    2014-01-10 17:13:10 +0000
@@ -1,3 +1,8 @@
+2014-01-10  Eric S. Raymond  <address@hidden>
+
+       * version.el (emacs-bzr-get-version): Restore compatibilty with
+       23.1 (Tested).
+
 2014-01-10  Bozhidar Batsov  <address@hidden>
 
        * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec

=== modified file 'lisp/emacs-lisp/eieio.el'
--- a/lisp/emacs-lisp/eieio.el  2014-01-09 20:31:21 +0000
+++ b/lisp/emacs-lisp/eieio.el  2014-01-10 17:13:10 +0000
@@ -927,7 +927,7 @@
 
 ;;;***
 
-;;;### (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" "\

=== modified file 'lisp/version.el'
--- a/lisp/version.el   2014-01-09 01:32:45 +0000
+++ b/lisp/version.el   2014-01-10 17:13:10 +0000
@@ -128,6 +128,9 @@
                        "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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]