summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2022-04-23 14:10:41 +0200
committerDaniel Mendler <mail@daniel-mendler.de>2022-04-23 14:10:51 +0200
commitaeb6697d95fd6575b5ba76bf9af10d4e35687b08 (patch)
tree6aa47eb2a97792851c759c5aa60f2410aaf89318
parent8591833f7dc76233dbe94b59c4eea9be6b4540f9 (diff)
Remove obsolete mode alias `corfu-global-mode`
-rw-r--r--corfu.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/corfu.el b/corfu.el
index 964b34a..dc29dfd 100644
--- a/corfu.el
+++ b/corfu.el
@@ -1218,9 +1218,6 @@ 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)
(defun corfu--on ()