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

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

[elpa] externals/corfu aeb6697d95: Remove obsolete mode alias `corfu-glo


From: ELPA Syncer
Subject: [elpa] externals/corfu aeb6697d95: Remove obsolete mode alias `corfu-global-mode`
Date: Sat, 23 Apr 2022 08:57:23 -0400 (EDT)

branch: externals/corfu
commit aeb6697d95fd6575b5ba76bf9af10d4e35687b08
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Remove obsolete mode alias `corfu-global-mode`
---
 corfu.el | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/corfu.el b/corfu.el
index 964b34ab51..dc29dfd135 100644
--- a/corfu.el
+++ b/corfu.el
@@ -1217,9 +1217,6 @@ length override, set to t for manual completion."
 The ORIG function takes the FUN and WHICH arguments."
   (if corfu-mode (corfu--capf-wrapper fun t) (funcall orig fun which)))
 
-;;;###autoload
-(define-obsolete-function-alias 'corfu-global-mode 'global-corfu-mode "0.21")
-
 ;;;###autoload
 (define-globalized-minor-mode global-corfu-mode corfu-mode corfu--on :group 
'corfu)
 



reply via email to

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