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

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

[nongnu] elpa/hl-block-mode b2f1c058be 61/64: Cleanup: remove redundant


From: ELPA Syncer
Subject: [nongnu] elpa/hl-block-mode b2f1c058be 61/64: Cleanup: remove redundant group
Date: Thu, 7 Jul 2022 12:00:10 -0400 (EDT)

branch: elpa/hl-block-mode
commit b2f1c058be52dc62d3bdd0bece0f1e4bc3062f45
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

    Cleanup: remove redundant group
---
 hl-block-mode.el | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/hl-block-mode.el b/hl-block-mode.el
index c4e82ef3d0..1b207a14bf 100644
--- a/hl-block-mode.el
+++ b/hl-block-mode.el
@@ -415,7 +415,6 @@ Argument BLOCK-LIST represents start-end ranges of braces."
 ;;;###autoload
 (define-minor-mode hl-block-mode
   "Highlight block under the cursor."
-  :group 'hl-block-mode
   :global nil
   :lighter hl-block-mode-lighter
 
@@ -431,8 +430,7 @@ Argument BLOCK-LIST represents start-end ranges of braces."
 (define-globalized-minor-mode
   global-hl-block-mode
 
-  hl-block-mode hl-block-mode-turn-on
-  :group 'hl-block-mode)
+  hl-block-mode hl-block-mode-turn-on)
 
 (provide 'hl-block-mode)
 ;; Local Variables:



reply via email to

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