branch: elpa/anzu
commit b7185acafc0bf3f9c8801aebe71acc678a563cfb
Author: Syohei YOSHIDA <[email protected]>
Commit: Syohei YOSHIDA <[email protected]>

    Use original function name instead of alias
    
    alias may be deprecated
---
 anzu.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/anzu.el b/anzu.el
index a65ba410c1..9954ddc8a3 100644
--- a/anzu.el
+++ b/anzu.el
@@ -263,7 +263,7 @@
     (anzu-mode +1)))
 
 ;;;###autoload
-(define-global-minor-mode global-anzu-mode anzu-mode anzu--turn-on
+(define-globalized-minor-mode global-anzu-mode anzu-mode anzu--turn-on
   :group 'anzu)
 
 (defsubst anzu--query-prompt-base (use-region use-regexp)

Reply via email to