(vc-p4-init-revision): Renamed from `vc-p4-init-version'.
[git-p4: depot-paths = "//guest/Ben_Key/vc-p4/,//guest/jonathan_kamens/vc-p4/,//guest/magnus_henoch/vc-p4/": change = 7268]
This commit is contained in:
parent
bbc4dd3ee5
commit
c68de18b24
1 changed files with 1 additions and 1 deletions
2
vc-p4.el
2
vc-p4.el
|
@ -243,7 +243,7 @@ special case of a Perforce file that is added but not yet committed."
|
||||||
(error "File %s already opened for delete." file))
|
(error "File %s already opened for delete." file))
|
||||||
(p4-lowlevel-add file))))
|
(p4-lowlevel-add file))))
|
||||||
|
|
||||||
(defun vc-p4-init-version ()
|
(defun vc-p4-init-revision ()
|
||||||
"Returns `1', the default initial version for Perforce files."
|
"Returns `1', the default initial version for Perforce files."
|
||||||
"1")
|
"1")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue