; Silence byte-compiler

This commit is contained in:
Stefan Kangas 2025-02-26 03:47:02 +01:00
parent c2804f9280
commit ecde11a83c

View file

@ -314,10 +314,12 @@ as a list of strings."
",[[:blank:]]*" t)
finally do (skip-chars-backward "\n[:blank:]")))
(declare-function log-edit-fill-entry "log-edit")
(defun change-log-insert-entries (changelogs)
"Format and insert CHANGELOGS into current buffer.
CHANGELOGS is a list in the form returned by
`diff-add-log-current-defuns'."
(require 'log-edit)
(cl-loop for (file . defuns) in changelogs do
(insert "* " file)
(if (not defuns)