]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/vc/vc-git.el: Silence compiler.
authorGlenn Morris <rgm@gnu.org>
Fri, 23 Feb 2018 19:14:58 +0000 (14:14 -0500)
committerGlenn Morris <rgm@gnu.org>
Fri, 23 Feb 2018 19:14:58 +0000 (14:14 -0500)
lisp/vc/vc-git.el

index 5db02f4ce5442510c81bc116e9aef73d29b885c6..5456467815368a9c43048512a6e4aa68a59922d4 100644 (file)
@@ -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)