From 4ecf8cd2bce1a53040b18bfb6c35092f776afd76 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 2 Mar 2022 16:39:11 -0800 Subject: [PATCH] =?UTF-8?q?Fix=20=E2=80=98rename-file=E2=80=99=20method=20?= =?UTF-8?q?name?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vc-p4.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vc-p4.el b/vc-p4.el index e6fee69..dc9e824 100644 --- a/vc-p4.el +++ b/vc-p4.el @@ -1048,7 +1048,7 @@ documentation for that command for their meanings." (propertize (alist-get "Server address" extra-info nil nil #'string=) 'face 'font-lock-variable-name-face)))) -(defun vc-p4-rename (old new) +(defun vc-p4-rename-file (old new) "Rename OLD to NEW in Perforce." (p4-lowlevel-rename old new))