mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 13:57:36 +00:00
; vc--with-backend-in-rootdir: Fix Edebug declaration.
This commit is contained in:
parent
1110696f02
commit
4456ca3d3b
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue