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

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

[elpa] externals/consult-recoll 0ba5ae1b53 17/50: fix for consult-recoll


From: ELPA Syncer
Subject: [elpa] externals/consult-recoll 0ba5ae1b53 17/50: fix for consult-recoll's input history
Date: Sat, 6 Aug 2022 18:57:41 -0400 (EDT)

branch: externals/consult-recoll
commit 0ba5ae1b53c6965c2ea7e10ed51204c114f0f254
Author: jao <jao@gnu.org>
Commit: jao <jao@gnu.org>

    fix for consult-recoll's input history
---
 consult-recoll.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/consult-recoll.el b/consult-recoll.el
index 873cb3dca1..68f6db5b4f 100644
--- a/consult-recoll.el
+++ b/consult-recoll.el
@@ -113,7 +113,7 @@ If given, use INITIAL as the starting point of the query."
                  :lookup #'consult--lookup-member
                  :sort nil
                  :initial (consult--async-split-initial initial)
-                 :history 'consult-recoll-history
+                 :history '(:input consult-recoll-history)
                  :category 'recoll-result))
 
 ;;;###autoload



reply via email to

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