]> git.eshelyaron.com Git - emacs.git/commit
Pass unquoted filename to user-supplied MUSTMATCH predicate
authorJoseph Turner <joseph@breatheoutbreathe.in>
Wed, 31 Jan 2024 06:08:50 +0000 (22:08 -0800)
committerEshel Yaron <me@eshelyaron.com>
Sun, 11 Feb 2024 16:32:52 +0000 (17:32 +0100)
commita92b95acdb04838d4aead5972f25b2f22af28846
tree921021d1e7f418641b6a64165cc2c598eef36476
parent85b8ec56a8d4f04058d5a82151ee61a066e32f15
Pass unquoted filename to user-supplied MUSTMATCH predicate

* lisp/minibuffer.el (read-file-name-default): Pass REQUIRE-MATCH
argument through substitute-in-file-name.
* lisp/minibuffer.el (read-file-name): Update docstring.

Resolves bug#68815.

(cherry picked from commit e25d11314d84cc3e606515d6551e878cec4cfee4)
lisp/minibuffer.el