From: Dmitry Gutov Date: Tue, 3 Sep 2013 16:34:54 +0000 (+0300) Subject: diff-hl-amend-set{,up} X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/6857ec54fbda11ea4d9379bc644ca5ae3db61c64 diff-hl-amend-set{,up} --- diff --git a/diff-hl-amend.el b/diff-hl-amend.el index 9967341a9..ba93298c1 100644 --- a/diff-hl-amend.el +++ b/diff-hl-amend.el @@ -33,7 +33,7 @@ Currently only supports Git, Mercurial and Bazaar." (if diff-hl-amend-mode (progn (if vc-mode - (diff-hl-amend-set) + (diff-hl-amend-setup) (add-hook 'find-file-hook 'diff-hl-amend-setup nil t)) (add-hook 'after-revert-hook 'diff-hl-amend-setup nil t)) (remove-hook 'find-file-hook 'diff-hl-amend-setup t)