]> code.delx.au - gnu-emacs-elpa/blobdiff - diff-hl-amend.el
Add the footer
[gnu-emacs-elpa] / 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