branch: externals/corfu commit 30b66b223f10abe8aa5cae56790a38511c675e0c Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
Fix obsolete function declaration --- corfu.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corfu.el b/corfu.el index f2fc85474d..ff2f5bc912 100644 --- a/corfu.el +++ b/corfu.el @@ -1215,7 +1215,7 @@ 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 'global-corfu-mode 'global-corfu-mode "0.21") +(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)