From 0b39f1afe031acddcca81704f1d3524ad4751f1a Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 23 Feb 2018 14:14:58 -0500 Subject: [PATCH] * lisp/vc/vc-git.el: Silence compiler. --- lisp/vc/vc-git.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/vc/vc-git.el b/lisp/vc/vc-git.el index 5db02f4ce54..54564678153 100644 --- a/lisp/vc/vc-git.el +++ b/lisp/vc/vc-git.el @@ -868,6 +868,8 @@ It is based on `log-edit-mode', and has Git-specific extensions.") ;; To be called via vc-pull from vc.el, which requires vc-dispatcher. (declare-function vc-compilation-mode "vc-dispatcher" (backend)) +(defvar compilation-directory) +(defvar compilation-arguments) (defun vc-git--pushpull (command prompt extra-args) "Run COMMAND (a string; either push or pull) on the current Git branch. @@ -1410,6 +1412,7 @@ This requires git 1.8.4 or later, for the \"-L\" option of \"git log\"." (declare-function grep-read-files "grep" (regexp)) (declare-function grep-expand-template "grep" (template &optional regexp files dir excl)) +(defvar compilation-environment) ;; Derived from `lgrep'. (defun vc-git-grep (regexp &optional files dir) -- 2.39.2