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

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

[elpa] externals/consult 0940ca0165: Use consult--local-let


From: ELPA Syncer
Subject: [elpa] externals/consult 0940ca0165: Use consult--local-let
Date: Sat, 1 Jan 2022 18:57:21 -0500 (EST)

branch: externals/consult
commit 0940ca016531f3412003c231b476e5023a510ff9
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Use consult--local-let
---
 consult.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/consult.el b/consult.el
index a20772bd7d..406a05713a 100644
--- a/consult.el
+++ b/consult.el
@@ -2351,7 +2351,7 @@ These configuration options are supported:
                        ;; candidate function
                        (apply-partially #'run-hook-with-args-until-success
                                         'consult--completion-candidate-hook)
-                     (let ((enable-recursive-minibuffers t))
+                     (consult--local-let ((enable-recursive-minibuffers t))
                        (if (eq category 'file)
                            ;; We use read-file-name, since many completion UIs 
make it nicer to
                            ;; navigate the file system this way; and we insert 
the initial text



reply via email to

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