]> code.delx.au - gnu-emacs-elpa/commitdiff
diff-hl-amend-set{,up}
authorDmitry Gutov <dgutov@yandex.ru>
Tue, 3 Sep 2013 16:34:54 +0000 (19:34 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Tue, 3 Sep 2013 16:34:54 +0000 (19:34 +0300)
diff-hl-amend.el

index 9967341a9ed3a5578f657f92ac9a65f5f4432521..ba93298c106c9097e44a3757eba8e1167250713e 100644 (file)
@@ -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)