mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
(vc-default-previous-version): Move alias here from vc-hooks, and fix
name typos. (Bug#856)
This commit is contained in:
parent
5495ef4e97
commit
1912f6cf97
@ -1,3 +1,9 @@
|
||||
2008-09-01 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* vc-hooks.el (vc-previous-version): Move alias to vc.el.
|
||||
* vc.el (vc-default-previous-version): Move alias here from vc-hooks,
|
||||
and fix name typos. (Bug#856)
|
||||
|
||||
2008-09-01 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* minibuffer.el (completion-pcm--pattern->regex): When
|
||||
@ -8,7 +14,7 @@
|
||||
|
||||
2008-09-01 Simon South <ssouth@member.fsf.org>
|
||||
|
||||
* delphi.el: New maintainer.
|
||||
* progmodes/delphi.el: New maintainer.
|
||||
(delphi-interface-types): New var.
|
||||
(delphi-composite-types): Use it.
|
||||
(delphi-enclosing-indent-of): Distinguish between "interface"
|
||||
|
@ -2243,6 +2243,9 @@ log entries should be gathered."
|
||||
(string-match "[0-9]+\\'" rev)
|
||||
(substring rev (match-beginning 0) (match-end 0)))
|
||||
|
||||
(define-obsolete-function-alias
|
||||
'vc-default-previous-version 'vc-default-previous-revision "23.1")
|
||||
|
||||
(defun vc-default-previous-revision (backend file rev)
|
||||
"Return the revision number immediately preceding REV for FILE,
|
||||
or nil if there is no previous revision. This default
|
||||
|
Loading…
Reference in New Issue
Block a user