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

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

[nongnu] elpa/consult-flycheck 1d43437c1f 05/18: Remove consult--jump-st


From: ELPA Syncer
Subject: [nongnu] elpa/consult-flycheck 1d43437c1f 05/18: Remove consult--jump-state argument (#1)
Date: Sun, 10 Mar 2024 12:59:53 -0400 (EDT)

branch: elpa/consult-flycheck
commit 1d43437c1f8305051954b972aa9dd18413b3379b
Author: Frédéric Giquel <frederic.giquel@telecom-bretagne.eu>
Commit: GitHub <noreply@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

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