branch: externals/consult-recoll commit 7b54edb8ac011015ccb43c9d6193e455b4405425 Author: jao <j...@gnu.org> Commit: jao <j...@gnu.org>
removing deprecated consult-async-default-split --- consult-recoll.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/consult-recoll.el b/consult-recoll.el index 020f6bf519..90922589de 100644 --- a/consult-recoll.el +++ b/consult-recoll.el @@ -5,7 +5,7 @@ ;; Keywords: docs, convenience ;; License: GPL-3.0-or-later ;; Version: 0.1 -;; Package-Requires: ((emacs "26.1") (consult "0.5")) +;; Package-Requires: ((emacs "26.1") (consult "0.8")) ;; Homepage: https://codeberg.org/jao/consult-recoll ;; Copyright (C) 2021 Jose A Ortega Ruiz @@ -107,7 +107,7 @@ If given, use INITIAL as the starting point of the query." :prompt consult-recoll-prompt :require-match t :lookup #'consult--lookup-member - :initial (concat consult-async-default-split initial) + :initial (consult--async-split-initial initial) :history 'consult-recoll-history :category 'recoll-result))