Dmitry Gutov writes: > On 15.06.2020 21:18, Philip K. wrote: > > > +(defcustom project-spare-buffers-regexps > > + '("\\*Help\\*") > > Perhaps also call this project-buffer-spare-conditions? Or something > like that. Point is, no tie the name to regexps, for easy extension into > having functions in that list as well. Renamed it an implemented support for predicates too. > > + "List of regular expressions to be ignored by `project-clean-up'." > > Forgotten reference to the previous name. There was also some superfluous code from an attempt to reimplement yes-or-no-p with a third option I removed. Also fixed an inconsistency, where the prompt would tell the user that more buffers would be killed that would actually be, depending on the value of project-buffer-spare-conditions. (naively) Hoping everything it ok this time. -- Philip K.