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

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

[nongnu] elpa/hl-block-mode 83059c1050 18/64: Cleanup: use package prefi


From: ELPA Syncer
Subject: [nongnu] elpa/hl-block-mode 83059c1050 18/64: Cleanup: use package prefix
Date: Thu, 7 Jul 2022 12:00:05 -0400 (EDT)

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

    Cleanup: use package prefix
    
    Was following conventions used elsewhere, but this quiets package-lint.
---
 hl-block-mode.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hl-block-mode.el b/hl-block-mode.el
index 5419b210e7..5be0ab6582 100644
--- a/hl-block-mode.el
+++ b/hl-block-mode.el
@@ -173,10 +173,10 @@ This can happen when switching buffers."
 
 ;;;###autoload
 (define-globalized-minor-mode global-hl-block-mode hl-block-mode
-  turn-on-hl-block-mode)
+  hl-block-mode-turn-on)
 
 ;;;###autoload
-(defun turn-on-hl-block-mode ()
+(defun hl-block-mode-turn-on ()
   "Enable command `hl-block-mode'."
   (hl-block-mode 1))
 



reply via email to

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