emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] master 733ad33 06/42: silence byte-compiler


From: Dmitry Gutov
Subject: [elpa] master 733ad33 06/42: silence byte-compiler
Date: Wed, 09 Sep 2015 19:03:27 +0000

branch: master
commit 733ad3361c6402b3ae0b630d502d813fc2ea4352
Author: Jonas Bernoulli <address@hidden>
Commit: Jonas Bernoulli <address@hidden>

    silence byte-compiler
---
 diff-hl-margin.el |    2 ++
 diff-hl.el        |    3 ++-
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/diff-hl-margin.el b/diff-hl-margin.el
index 4f99994..4b359a3 100644
--- a/diff-hl-margin.el
+++ b/diff-hl-margin.el
@@ -38,6 +38,8 @@
 (require 'diff-hl)
 (require 'diff-hl-dired)
 
+(defvar diff-hl-margin-side)
+
 (defvar diff-hl-margin-old-highlight-function nil)
 
 (defgroup diff-hl-margin nil
diff --git a/diff-hl.el b/diff-hl.el
index a3e5447..64f2d75 100644
--- a/diff-hl.el
+++ b/diff-hl.el
@@ -59,7 +59,8 @@
   (require 'cl-lib)
   (require 'vc-git)
   (require 'vc-hg)
-  (require 'face-remap))
+  (require 'face-remap)
+  (declare-function smartrep-define-key 'smartrep))
 
 (defgroup diff-hl nil
   "VC diff highlighting on the side of a window"



reply via email to

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