Revert "Correctly fill generated ChangeLog entries"
This reverts commit 7fe90ca77d
.
This commit is contained in:
parent
b4d1061b82
commit
ea12982ebe
1 changed files with 1 additions and 3 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Reference in a new issue