From 20f500de6f9fc4a0414875b5ed052597c8622638 Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Tue, 3 Sep 2013 19:31:18 +0300 Subject: [PATCH] Add the footer --- diff-hl-amend.el | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.39.2