(vc-previous-version): Move alias to vc.el.
This commit is contained in:
parent
1353c8da70
commit
5495ef4e97
1 changed files with 0 additions and 2 deletions
|
@ -600,8 +600,6 @@ If FILE is not registered, this function always returns nil."
|
|||
;; Backward compatibility.
|
||||
(define-obsolete-function-alias
|
||||
'vc-workfile-version 'vc-working-revision "23.1")
|
||||
(define-obsolete-function-alias
|
||||
'vc-previous-version 'vc-previous-revision "23.1")
|
||||
(defun vc-default-working-revision (backend file)
|
||||
(message
|
||||
"`working-revision' not found: using the old `workfile-version' instead")
|
||||
|
|
Loading…
Add table
Reference in a new issue