]> code.delx.au - gnu-emacs-elpa/commitdiff
diff-hl-amend: Add explicit (require)
authorDmitry Gutov <dgutov@yandex.ru>
Wed, 4 Sep 2013 01:06:14 +0000 (04:06 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Wed, 4 Sep 2013 01:06:14 +0000 (04:06 +0300)
diff-hl-amend.el

index ba93298c106c9097e44a3757eba8e1167250713e..5accf3bc0b46b39e8d2c0d9abd808ead5f616485 100644 (file)
@@ -23,6 +23,8 @@
 
 ;;; Code:
 
+(require 'diff-hl)
+
 ;;;###autoload
 (define-minor-mode diff-hl-amend-mode
   "Show changes against the second-last revision in `diff-hl-mode'.