]> code.delx.au - gnu-emacs-elpa/commitdiff
Add the footer
authorDmitry Gutov <dgutov@yandex.ru>
Tue, 3 Sep 2013 16:31:18 +0000 (19:31 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Tue, 3 Sep 2013 16:32:11 +0000 (19:32 +0300)
diff-hl-amend.el

index f3a151b3828dacd454ad2fe97386200b34ffc71d..9967341a9ed3a5578f657f92ac9a65f5f4432521 100644 (file)
@@ -61,3 +61,7 @@ Currently only supports Git, Mercurial and Bazaar."
 (defun turn-on-diff-hl-amend-mode ()
   "Turn on `diff-hl-amend-mode' in a buffer if appropriate."
   (and buffer-file-name (diff-hl-amend-mode 1)))
+
+(provide 'diff-hl-amend)
+
+;;; diff-hl-amend.el ends here