From 6857ec54fbda11ea4d9379bc644ca5ae3db61c64 Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Tue, 3 Sep 2013 19:34:54 +0300 Subject: [PATCH] diff-hl-amend-set{,up} --- diff-hl-amend.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2