]> git.eshelyaron.com Git - emacs.git/commit
* lisp/progmodes/grep.el (grep-read-files): Combine files with aliases.
authorJuri Linkov <juri@linkov.net>
Mon, 13 Jun 2022 17:19:32 +0000 (20:19 +0300)
committerJuri Linkov <juri@linkov.net>
Mon, 13 Jun 2022 17:19:32 +0000 (20:19 +0300)
commit7fdb53ddaf3af135d441e68edc86dd98ee157a8e
tree5e130e93f1d11c20555f2f43e61be8f61b020550
parentabe75e55209073366670339c519fa69a3f93441e
* lisp/progmodes/grep.el (grep-read-files): Combine files with aliases.

Use completion-table-merge to combine completions of files from
read-file-name-internal with a list of defaults from grep-files-aliases
(bug#55800).
lisp/progmodes/grep.el