emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master ea19dd6: * lisp/vc/vc-hg.el (compilation-directory)


From: Stefan Monnier
Subject: [Emacs-diffs] master ea19dd6: * lisp/vc/vc-hg.el (compilation-directory): Silence byte-compiler.
Date: Tue, 23 May 2017 08:17:04 -0400 (EDT)

branch: master
commit ea19dd64e28a05e3b8d10f1683862bdfad43b1a8
Author: Stefan Monnier <address@hidden>
Commit: Stefan Monnier <address@hidden>

    * lisp/vc/vc-hg.el (compilation-directory): Silence byte-compiler.
---
 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 fff25ed..ef7afd3 100644
--- a/lisp/vc/vc-hg.el
+++ b/lisp/vc/vc-hg.el
@@ -1302,6 +1302,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)
 
 (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]