From: Dmitry Gutov Date: Tue, 3 Sep 2013 16:31:18 +0000 (+0300) Subject: Add the footer X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/20f500de6f9fc4a0414875b5ed052597c8622638 Add the footer --- diff --git a/diff-hl-amend.el b/diff-hl-amend.el index f3a151b38..9967341a9 100644 --- a/diff-hl-amend.el +++ b/diff-hl-amend.el @@ -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