aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/vc/vc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el
index 64d58265816..119d9d1a6f7 100644
--- a/lisp/vc/vc.el
+++ b/lisp/vc/vc.el
@@ -1030,7 +1030,7 @@ Not supported by all backends."
1030 "Backends which support `vc-async-checkin'.") 1030 "Backends which support `vc-async-checkin'.")
1031 1031
1032(defmacro vc--with-backend-in-rootdir (desc &rest body) 1032(defmacro vc--with-backend-in-rootdir (desc &rest body)
1033 (declare (indent 1) (debug (sexp sexp body))) 1033 (declare (indent 1) (debug (sexp body)))
1034 ;; Intentionally capture `backend' and `rootdir': 1034 ;; Intentionally capture `backend' and `rootdir':
1035 ;; no need to keep repeating them. 1035 ;; no need to keep repeating them.
1036 `(let ((backend (vc-deduce-backend)) 1036 `(let ((backend (vc-deduce-backend))