From: Glenn Morris Date: Fri, 23 Feb 2018 19:14:58 +0000 (-0500) Subject: * lisp/vc/vc-git.el: Silence compiler. X-Git-Tag: emacs-27.0.90~5633 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0b39f1afe031acddcca81704f1d3524ad4751f1a;p=emacs.git * lisp/vc/vc-git.el: Silence compiler. --- 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)