Update ‘vc-p4-dir-status’ to ‘vc-p4-dir-status-files’
Newer versions of VC have changed the way ‘vc-dir’ calls each back-end.
This commit is contained in:
parent
d32dd5f376
commit
a1141460b8
1 changed files with 1 additions and 1 deletions
2
vc-p4.el
2
vc-p4.el
|
@ -174,7 +174,7 @@ compare non-open files to the depot version."
|
|||
(vc-file-setprop file 'vc-workfile-version haveRev)
|
||||
state)))))
|
||||
|
||||
(defun vc-p4-dir-status (dir update-function)
|
||||
(defun vc-p4-dir-status-files (dir files update-function)
|
||||
"Find information for `vc-dir'."
|
||||
;; XXX: this should be asynchronous.
|
||||
(let ((lists (p4-lowlevel-fstat
|
||||
|
|
Loading…
Reference in a new issue