]> git.neil.brown.name Git - edlib.git/commit
emacs-search: guard against ->target closing too.
authorNeilBrown <neil@brown.name>
Thu, 1 Jun 2023 05:10:59 +0000 (15:10 +1000)
committerNeilBrown <neil@brown.name>
Thu, 8 Jun 2023 10:38:57 +0000 (20:38 +1000)
commit6f32f40f116a2810e1abd5d4a156677b0dab220e
treeb17169832158d5794528a40efe8b109c64a3b030
parent09bc746b5b660bcbeda720b7054eb11df57eab00
emacs-search: guard against ->target closing too.

If ->target closes, we should get closed first.  But we shouldn't really
depend on that, so explicitly catch the close notification and handle it.

Signed-off-by: NeilBrown <neil@brown.name>
emacs-search.c