]> git.eshelyaron.com Git - emacs.git/commit
Use BASE_EQ instead of EQ in search.c
authorMattias Engdegård <mattiase@acm.org>
Fri, 21 Jul 2023 12:44:53 +0000 (14:44 +0200)
committerMattias Engdegård <mattiase@acm.org>
Fri, 21 Jul 2023 12:49:17 +0000 (14:49 +0200)
commitb9a910a701a792825462a75332a9aec6824fe874
treefa9893424a79a7efbba5b1b70027e994a0e4f2ae
parent3b5f13dc49f3a2a7afd25a2ab05787c7d81918a0
Use BASE_EQ instead of EQ in search.c

* src/search.c (clear_regexp_cache, compile_pattern, Fmatch_data):
Use BASE_EQ where appropriate.
src/search.c