summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/vc.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/vc.el b/lisp/vc.el
index 4008b2f80f6..8e9d0469b27 100644
--- a/lisp/vc.el
+++ b/lisp/vc.el
@@ -2187,11 +2187,11 @@ outside of VC) and one wants to do some operation on it."
(defun vc-generic-state (file)
(let ((backend (vc-responsible-backend file)))
- (vc-call-backend backend 'state)))
+ (vc-call-backend backend 'state file)))
(defun vc-generic-status-fileinfo-extra (file)
(let ((backend (vc-responsible-backend file)))
- (vc-call-backend backend 'status-fileinfo-extra)))
+ (vc-call-backend backend 'status-fileinfo-extra file)))
(defun vc-generic-dir-headers (dir)
(let ((backend (vc-responsible-backend dir)))