Rename ‘vc-p4-find-version’ to ‘vc-p4-find-revision’

It seems that nothing uses ‘vc-p4-find-version’, or ‘vc-find-version’, and it’s
not mentioned as a function to implement in vc.el. There is a ‘find-revision’
mentioned with the same signature though.
This commit is contained in:
Tom Willemse 2021-02-27 15:25:22 -08:00
parent a4c79a8ea3
commit 461b1357f9

View file

@ -303,7 +303,7 @@ FILE can point to either a file or a directory."
(file-name-as-directory file) (file-name-as-directory file)
file))))) file)))))
(defun vc-p4-find-version (file rev buffer) (defun vc-p4-find-revision (file rev buffer)
"Get the contents of FILE at revision REV and put it into BUFFER." "Get the contents of FILE at revision REV and put it into BUFFER."
(p4-lowlevel-print file (p4-lowlevel-print file
:rev rev :rev rev