emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/diff-hl d1b9a2b 18/25: Add global-diff-hl-amend-mode to


From: Dmitry Gutov
Subject: [elpa] externals/diff-hl d1b9a2b 18/25: Add global-diff-hl-amend-mode to diff-hl custom group
Date: Sun, 20 Dec 2020 05:07:03 -0500 (EST)

branch: externals/diff-hl
commit d1b9a2beb21535fafb1c654eac58722cda2ef471
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@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."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]