Revert "Correctly fill generated ChangeLog entries"

This reverts commit 7fe90ca77d.
This commit is contained in:
Stefan Kangas 2025-02-26 07:21:51 +01:00
parent b4d1061b82
commit ea12982ebe

View file

@ -326,9 +326,7 @@ CHANGELOGS is a list in the form returned by
(insert ":\n")
(insert " ")
(cl-loop for def in defuns
do (progn
(insert "(" def "):\n")
(log-edit-fill-entry))))))
do (insert "(" def "):\n")))))
(defun change-log-find-file ()
"Visit the file for the change under point."