Restore compatibilty with 23.1 (Tested)
This commit is contained in:
parent
dd80671031
commit
7e03bb327b
3 changed files with 9 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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" "\
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue