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

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

[nongnu] elpa/hl-block-mode 717b4f743c 33/64: Cleanup: use group for hl-


From: ELPA Syncer
Subject: [nongnu] elpa/hl-block-mode 717b4f743c 33/64: Cleanup: use group for hl-block-mode
Date: Thu, 7 Jul 2022 12:00:07 -0400 (EDT)

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

    Cleanup: use group for hl-block-mode
    
    Quiets warnings when running with nativecomp.
---
 hl-block-mode.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hl-block-mode.el b/hl-block-mode.el
index 09b9636b4d..ba5a060d95 100644
--- a/hl-block-mode.el
+++ b/hl-block-mode.el
@@ -163,6 +163,7 @@ Inverse of `color-values'."
 ;;;###autoload
 (define-minor-mode hl-block-mode
   "Highlight block under the cursor."
+  :group 'hl-block-mode
   :global nil
   :lighter hl-block-mode-lighter
 



reply via email to

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