From 4456ca3d3bebf35f4ed3a89bac437f35940dfe1b 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. --- 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 64d58265816..119d9d1a6f7 100644 --- a/lisp/vc/vc.el +++ b/lisp/vc/vc.el @@ -1030,7 +1030,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))