Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7e03bb32
Commit
7e03bb32
authored
Jan 10, 2014
by
Eric S. Raymond
Browse files
Restore compatibilty with 23.1 (Tested)
parent
dd806710
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
1 deletion
+9
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/emacs-lisp/eieio.el
lisp/emacs-lisp/eieio.el
+1
-1
lisp/version.el
lisp/version.el
+3
-0
No files found.
lisp/ChangeLog
View file @
7e03bb32
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
...
...
lisp/emacs-lisp/eieio.el
View file @
7e03bb32
...
...
@@ -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
" "
\
...
...
lisp/version.el
View file @
7e03bb32
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment