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.
This commit is contained in:
Daniel - 2024-03-09 16:18:51 +01:00
parent 4124bc28d5
commit dbd19d0da8
Signed by: dbo
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 1 additions and 0 deletions

View File

@ -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