Remove redundant case-fold-search binding

It's already bound in the relevant call to
org-glossary--mrx-search-forward.
This commit is contained in:
TEC 2022-08-06 23:20:31 +08:00
parent df3536ffd3
commit 278d8146fb
Signed by: tec
SSH Key Fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A
1 changed files with 0 additions and 1 deletions

View File

@ -688,7 +688,6 @@ When KEEP-UNUSED is non-nil, unused terms will be included in the result."
(interactive (list org-glossary--terms nil t))
(let ((terms-mrx (org-glossary--mrx-construct-from-terms terms))
(search-spaces-regexp "[ \t\n][ \t]*")
(case-fold-search nil)
(start-time (float-time))
(last-redisplay (float-time))
terms-used element-context element-at-point)