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

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

[elpa] externals/consult db16709e0d: Shorten deprecation message


From: ELPA Syncer
Subject: [elpa] externals/consult db16709e0d: Shorten deprecation message
Date: Sun, 27 Nov 2022 00:57:42 -0500 (EST)

branch: externals/consult
commit db16709e0d22f290eadfc48980f282ce7ae6d468
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@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)



reply via email to

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