Fix ‘rename-file’ method name
This commit is contained in:
parent
3d066413de
commit
4ecf8cd2bc
1 changed files with 1 additions and 1 deletions
2
vc-p4.el
2
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))
|
||||
|
||||
|
|
Loading…
Reference in a new issue