Arash Esbati <ar...@gnu.org> writes: >> It depends on how clean the clean target should make. I went for >> very clean but wouldn't mind if the ChangeLog was kept. For what >> purpose? > > I maintain a ChangeLog: I use 'C-x 4 a' to make a ChangeLog entry and > depending on how I make a commit, I plonk that entry into the commit > message (vc or copy&paste); I don't use Magit. So I rely on that > file.
Ah, ok, and you do that probably over multiple emacs sessions so that the buffer isn't there anymore. You might as well customize change-log-default-name to "MyTmpChangeLog" or something so that the name doesn't clash with a generated, untracked file which might be deleted or re-generated at will. Bye, Tassilo