From 733ad3361c6402b3ae0b630d502d813fc2ea4352 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Thu, 9 Apr 2015 00:02:07 +0200 Subject: [PATCH] silence byte-compiler --- diff-hl-margin.el | 2 ++ diff-hl.el | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/diff-hl-margin.el b/diff-hl-margin.el index 4f9999436..4b359a3ed 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 a3e5447f6..64f2d755c 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" -- 2.39.2