X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/20857ea5f2f8d348f93feecacaa5e0f7846d26c8..20f500de6f9fc4a0414875b5ed052597c8622638:/diff-hl-amend.el 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