]> git.eshelyaron.com Git - emacs.git/commitdiff
; vc--with-backend-in-rootdir: Fix Edebug declaration.
authorSean Whitton <spwhitton@spwhitton.name>
Fri, 6 Jun 2025 08:48:01 +0000 (09:48 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sat, 7 Jun 2025 20:01:39 +0000 (22:01 +0200)
(cherry picked from commit 4456ca3d3bebf35f4ed3a89bac437f35940dfe1b)

lisp/vc/vc.el

index 484cb1e048af7a24b465db16bffd6abf59d8f1b7..bccfecc18f9cf47c68d989b66b32d9bd92466035 100644 (file)
@@ -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))