]> git.eshelyaron.com Git - emacs.git/commit
Avoid excessive specbinding in all-completions
authorMiha Rihtaršič <miha@kamnitnik.top>
Tue, 19 Oct 2021 16:41:13 +0000 (18:41 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 20 Oct 2021 08:20:03 +0000 (10:20 +0200)
commit7a6cc97f3c2fe8c01ac71e39514a73c0674b9061
treecd820c07b8a3275c172c5f79f72c37b27455b553
parent1fb8a1569dab5a5cb99afad9678b3bebae1733c5
Avoid excessive specbinding in all-completions

* src/minibuf.c (match_regexps):
(Ftry_completion):
(Fall_completions):
(Ftest_completion): Use fast_string_match_internal to match against
regexps in completion-regexp-list without having to bind
case-fold-search.
src/minibuf.c