branch: externals/corfu commit aeb6697d95fd6575b5ba76bf9af10d4e35687b08 Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@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)