summaryrefslogtreecommitdiff
path: root/lisp/vc.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/vc.el')
-rw-r--r--lisp/vc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc.el b/lisp/vc.el
index d8af84425ce..9387bf7391a 100644
--- a/lisp/vc.el
+++ b/lisp/vc.el
@@ -2181,7 +2181,7 @@ outside of VC) and one wants to do some operation on it."
(defun vc-generic-status-printer (fileentry)
(let* ((file (vc-dir-fileinfo->name fileentry))
- ((backend (vc-responsible-backend file))))
+ (backend (vc-responsible-backend file)))
(vc-call-backend backend 'status-printer file)))
(defun vc-generic-state (file)