branch: externals/vertico
commit 8bb6751709c4d84eb539b1eea6413a81439ce29e
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>

    Fix last commit
---
 vertico.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vertico.el b/vertico.el
index 088693583d..14d0cd5970 100644
--- a/vertico.el
+++ b/vertico.el
@@ -716,7 +716,7 @@ When the prefix argument is 0, the group order is reset."
   (if vertico-mode
       (advice-add #'completing-read-default :around #'vertico--advice)
     (advice-remove #'completing-read-default #'vertico--advice))
-  (static-when (< emacs-major-version 31)
+  (static-if (< emacs-major-version 31)
     (if vertico-mode
         (advice-add #'completing-read-multiple :around #'vertico--advice)
       (advice-remove #'completing-read-multiple #'vertico--advice))))

Reply via email to