aboutsummaryrefslogtreecommitdiff
path: root/chime-debug.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-05-05 09:23:54 -0500
committerCraig Jennings <c@cjennings.net>2026-05-05 09:23:54 -0500
commitc9f732e04d68d25fec734fb95dd567331dc1fd7d (patch)
tree386add514f46a523c67d8eab614c85cf8964e73c /chime-debug.el
parent69d8b29f839d8fee957e644013000f90c1283be4 (diff)
downloadchime-c9f732e04d68d25fec734fb95dd567331dc1fd7d.tar.gz
chime-c9f732e04d68d25fec734fb95dd567331dc1fd7d.zip
test: replace string-search with portable form for Emacs 27.1
`string-search' was added in Emacs 28.1. Since chime's package floor is 27.1, the convert-org-contacts-birthdays test file failed on that version in CI. I swapped each `string-search NEEDLE HAYSTACK' for the equivalent `string-match-p (regexp-quote NEEDLE) HAYSTACK', which works on 27.1+ and returns a truthy value the same way.
Diffstat (limited to 'chime-debug.el')
0 files changed, 0 insertions, 0 deletions