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

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

[nongnu] elpa/anzu b7185acafc 122/288: Use original function name instea


From: ELPA Syncer
Subject: [nongnu] elpa/anzu b7185acafc 122/288: Use original function name instead of alias
Date: Thu, 6 Jan 2022 03:58:45 -0500 (EST)

branch: elpa/anzu
commit b7185acafc0bf3f9c8801aebe71acc678a563cfb
Author: Syohei YOSHIDA <syohex@gmail.com>
Commit: Syohei YOSHIDA <syohex@gmail.com>

    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

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