From 1a124bff876b1a356a1d97942e0c77e04cbd3d62 Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Mon, 24 Sep 2012 03:20:03 +0400 Subject: [PATCH] Silence byte-compilation --- diff-hl.el | 1 + 1 file changed, 1 insertion(+) diff --git a/diff-hl.el b/diff-hl.el index bb488dc19..11667c3c5 100644 --- a/diff-hl.el +++ b/diff-hl.el @@ -32,6 +32,7 @@ (require 'diff-mode) (require 'vc) +(require 'vc-dir) (eval-when-compile (require 'cl) (require 'vc-git) -- 2.39.2