tags 16301 + patch quit >> I propose to split the “add-change-log-entry” function to make parts >> usable by third parties. > > I've started working on this, patch attached below. It's not entirely > baked, but I thought I'd post it now to let people know about it. I've made enough progress that this should be usable by now. One problem I noticed is that add-log-current-defun returns "foo" for lines like (require 'foo) Which is usually not wanted. So we might try to make add-log-current-defun a bit more discriminating, although missing definitions might be more annoying than false positives.