branch: externals/diff-hl commit d1b9a2beb21535fafb1c654eac58722cda2ef471 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
Add global-diff-hl-amend-mode to diff-hl custom group Emacs 28's byte-compiler was complaining about it not being a member of any group. --- diff-hl-amend.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/diff-hl-amend.el b/diff-hl-amend.el index defb3f4..dd32d4d 100644 --- a/diff-hl-amend.el +++ b/diff-hl-amend.el @@ -57,7 +57,8 @@ Currently only supports Git, Mercurial and Bazaar." ;;;###autoload (define-globalized-minor-mode global-diff-hl-amend-mode diff-hl-amend-mode - turn-on-diff-hl-amend-mode) + turn-on-diff-hl-amend-mode + :group 'diff-hl) (defun turn-on-diff-hl-amend-mode () "Turn on `diff-hl-amend-mode' in a buffer if appropriate."