emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 0b39f1a: * lisp/vc/vc-git.el: Silence compiler.


From: Glenn Morris
Subject: [Emacs-diffs] master 0b39f1a: * lisp/vc/vc-git.el: Silence compiler.
Date: Fri, 23 Feb 2018 14:15:06 -0500 (EST)

branch: master
commit 0b39f1afe031acddcca81704f1d3524ad4751f1a
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * 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 5db02f4..5456467 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]