aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Corallo2025-09-18 11:24:18 +0200
committerAndrea Corallo2025-09-18 14:48:59 +0200
commitdd622e06e7db8362ecdb69ecbd42b2fb01a5168b (patch)
tree80c000262dbc3daf60c2325527f51d673d24a57e
parentd3a2541798e1c2f6f900c4fd72ec46807a23d9d1 (diff)
downloademacs-dd622e06e7db8362ecdb69ecbd42b2fb01a5168b.tar.gz
emacs-dd622e06e7db8362ecdb69ecbd42b2fb01a5168b.zip
* 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.
-rw-r--r--lisp/vc/vc-hooks.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/vc/vc-hooks.el b/lisp/vc/vc-hooks.el
index da67f7f1815..15ec3adf00e 100644
--- a/lisp/vc/vc-hooks.el
+++ b/lisp/vc/vc-hooks.el
@@ -31,6 +31,12 @@
31 31
32(eval-when-compile (require 'cl-lib)) 32(eval-when-compile (require 'cl-lib))
33 33
34(declare-function vc-diff-outgoing-base "vc" (&optional upstream-location fileset))
35(declare-function vc-root-diff-outgoing-base "vc" (&optional upstream-location))
36(declare-function vc-apply-to-other-working-tree "vc" (directory &optional move))
37(declare-function vc-apply-root-to-other-working-tree "vc"
38 (directory &optional move preview))
39
34;; Faces 40;; Faces
35 41
36(defgroup vc-faces nil 42(defgroup vc-faces nil