emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master bf4f69a: vc-hg.el: Silence byte compiler warning


From: Philipp Stephani
Subject: [Emacs-diffs] master bf4f69a: vc-hg.el: Silence byte compiler warning
Date: Tue, 23 May 2017 15:24:34 -0400 (EDT)

branch: master
commit bf4f69ab6d7d5b5d693c4acb91a4d8e6ce46e32d
Author: Philipp Stephani <address@hidden>
Commit: Philipp Stephani <address@hidden>

    vc-hg.el: Silence byte compiler warning
    
    * lisp/vc/vc-hg.el (compilation-arguments): Forward-declare.
---
 lisp/vc/vc-hg.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/vc/vc-hg.el b/lisp/vc/vc-hg.el
index ef7afd3..4be5296 100644
--- a/lisp/vc/vc-hg.el
+++ b/lisp/vc/vc-hg.el
@@ -1303,6 +1303,7 @@ REV is the revision to check out into WORKFILE."
 (autoload 'vc-do-async-command "vc-dispatcher")
 (autoload 'log-view-get-marked "log-view")
 (defvar compilation-directory)
+(defvar compilation-arguments)  ; defined in compile.el
 
 (defun vc-hg--pushpull (command prompt &optional obsolete)
   "Run COMMAND (a string; either push or pull) on the current Hg branch.



reply via email to

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