branch: externals/consult
commit 56a51cb1022fd8c047d3a5a05dca574ade6b9024
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    Minor cleanup
---
 consult.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/consult.el b/consult.el
index da64c85..a72cd48 100644
--- a/consult.el
+++ b/consult.el
@@ -1473,8 +1473,6 @@ The DEBOUNCE delay defaults to 
`consult-async-input-debounce'."
   (let ((input "") (last) (timer))
     (lambda (action)
       (pcase action
-        ('setup
-         (funcall async 'setup))
         ((pred stringp)
          (unless (string= action input)
            (when timer

Reply via email to