From dbd19d0da87e3c1953b25d8a8be7f2d66cad3543 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 9 Mar 2024 16:18:51 +0100 Subject: [PATCH] Extend candidate list for custom grep-files function with history It might be useful to actually see the history entries, so let's explicitly include them in the candiate list. --- site-lisp/db-utils.el | 1 + 1 file changed, 1 insertion(+) diff --git a/site-lisp/db-utils.el b/site-lisp/db-utils.el index b210ccc..a5e10cc 100644 --- a/site-lisp/db-utils.el +++ b/site-lisp/db-utils.el @@ -542,6 +542,7 @@ entries, even if I want to use the input directly." (delete-dups (delq nil (append (list default default-alias default-extension) + grep-files-history (mapcar #'car grep-files-aliases)))) nil nil nil 'grep-files-history