]> git.eshelyaron.com Git - emacs.git/commit
Add new command find-sibling-file
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 5 Jun 2022 13:43:38 +0000 (15:43 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 5 Jun 2022 13:49:29 +0000 (15:49 +0200)
commit408fa62148e54e90ab67ad02b338fafadc0bbd76
treea0b9ccbde935e88583d317e4bbb89c734c8b4a18
parentfcb4d836f01cbec30cb5f906941179c566414b81
Add new command find-sibling-file

* doc/emacs/files.texi (Visiting): Document it.
* lisp/files.el (file-expand-wildcards): Fix up the regexp expansion.
(find-sibling-rules, find-sibling-file): New user option and command.
(find-sibling-file--search): New helper function.
doc/emacs/files.texi
etc/NEWS
lisp/files.el