branch: externals/consult commit db16709e0d22f290eadfc48980f282ce7ae6d468 Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
Shorten deprecation message --- consult-selectrum.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consult-selectrum.el b/consult-selectrum.el index 6b089ef8d9..9cc16a2645 100644 --- a/consult-selectrum.el +++ b/consult-selectrum.el @@ -87,7 +87,7 @@ SPLIT is the splitter function." (consult-selectrum--split-wrap selectrum-highlight-candidates-function split)))) (defun consult-selectrum--deprecated (&rest _) - (warn (propertize "Consult (%s): Selectrum support has been deprecated in favor of Vertico" 'face 'warning) this-command)) + (warn (propertize "Consult (%s): Selectrum has been deprecated in favor of Vertico" 'face 'warning) this-command)) (add-hook 'consult--completion-candidate-hook #'consult-selectrum--candidate) (add-hook 'consult--completion-refresh-hook #'consult-selectrum--refresh)