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:
parent
d3a2541798
commit
dd622e06e7
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue