dgutov pushed a commit to branch master in repository elpa. commit 9bb17d560f97b8e9f5f7704cc050014b69fd9f45 Author: Dmitry Gutov <dgu...@yandex.ru> Date: Sun Jun 22 04:50:36 2014 +0300
require 'fringe Fixes #22 --- diff-hl.el | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/diff-hl.el b/diff-hl.el index 450ee9b..da1f1a4 100644 --- a/diff-hl.el +++ b/diff-hl.el @@ -51,6 +51,7 @@ ;;; Code: +(require 'fringe) (require 'diff-mode) (require 'vc) (require 'vc-dir)