From 461b1357f95b8b1b78169fec76e287fa7831d77d Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 27 Feb 2021 15:25:22 -0800 Subject: [PATCH] =?UTF-8?q?Rename=20=E2=80=98vc-p4-find-version=E2=80=99?= =?UTF-8?q?=20to=20=E2=80=98vc-p4-find-revision=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- vc-p4.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vc-p4.el b/vc-p4.el index fb30525..6c22f99 100644 --- a/vc-p4.el +++ b/vc-p4.el @@ -303,7 +303,7 @@ FILE can point to either a file or a directory." (file-name-as-directory 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." (p4-lowlevel-print file :rev rev