branch: elpa/consult-flycheck
commit 1d43437c1f8305051954b972aa9dd18413b3379b
Author: Frédéric Giquel <frederic.giq...@telecom-bretagne.eu>
Commit: GitHub <nore...@github.com>

    Remove consult--jump-state argument (#1)
---
 consult-flycheck.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/consult-flycheck.el b/consult-flycheck.el
index dc97dd8b0d..c649358856 100644
--- a/consult-flycheck.el
+++ b/consult-flycheck.el
@@ -106,7 +106,7 @@ In contrast to `flycheck-error-level-<' sort errors first."
    :group (consult--type-group consult-flycheck--narrow)
    :narrow (consult--type-narrow consult-flycheck--narrow)
    :lookup #'consult--lookup-candidate
-   :state (consult--jump-state 'consult-preview-error)))
+   :state (consult--jump-state)))
 
 (provide 'consult-flycheck)
 ;;; consult-flycheck.el ends here

Reply via email to