1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00

* Clean-up some compilation warnings in vc-hooks.el

* lisp/vc/vc-hooks.el(vc-diff-outgoing-base)
(vc-root-diff-outgoing-base, vc-apply-to-other-working-tree)
(vc-apply-root-to-other-working-tree): Declare.
This commit is contained in:
Andrea Corallo 2025-09-18 11:24:18 +02:00
parent d3a2541798
commit dd622e06e7

View file

@ -31,6 +31,12 @@
(eval-when-compile (require 'cl-lib))
(declare-function vc-diff-outgoing-base "vc" (&optional upstream-location fileset))
(declare-function vc-root-diff-outgoing-base "vc" (&optional upstream-location))
(declare-function vc-apply-to-other-working-tree "vc" (directory &optional move))
(declare-function vc-apply-root-to-other-working-tree "vc"
(directory &optional move preview))
;; Faces
(defgroup vc-faces nil