bug#81550: 30.2; add project-specific hooks to unload-feature-special-hooks

Lin Jian via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <[email protected]> Tue, 04 Aug 2026 15:28:33 +0800
Newsgroups gmane.emacs.bugs
Message-ID <[email protected]>
When supporting `unload-feature' for my project backend, I have to write
a FEATURE-unload-function to clean `project-find-functions' and
`project-list-exclude'.

That FEATURE-unload-function can be omitted if `project-find-functions'
and `project-list-exclude' are added to `unload-feature-special-hooks'.
I suggest adding them.