From: Sean Whitton Date: Fri, 6 Jun 2025 08:48:01 +0000 (+0100) Subject: ; vc--with-backend-in-rootdir: Fix Edebug declaration. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=250086e6f9130eb6f90c90b46e597c5a22567572;p=emacs.git ; vc--with-backend-in-rootdir: Fix Edebug declaration. (cherry picked from commit 4456ca3d3bebf35f4ed3a89bac437f35940dfe1b) --- 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))