From 250086e6f9130eb6f90c90b46e597c5a22567572 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 6 Jun 2025 09:48:01 +0100 Subject: [PATCH] ; vc--with-backend-in-rootdir: Fix Edebug declaration. (cherry picked from commit 4456ca3d3bebf35f4ed3a89bac437f35940dfe1b) --- lisp/vc/vc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el index 484cb1e048a..bccfecc18f9 100644 --- a/lisp/vc/vc.el +++ b/lisp/vc/vc.el @@ -1027,7 +1027,7 @@ Not supported by all backends." "Backends which support `vc-async-checkin'.") (defmacro vc--with-backend-in-rootdir (desc &rest body) - (declare (indent 1) (debug (sexp sexp body))) + (declare (indent 1) (debug (sexp body))) ;; Intentionally capture `backend' and `rootdir': ;; no need to keep repeating them. `(let ((backend (vc-deduce-backend)) -- 2.39.5