; Silence byte-compiler
This commit is contained in:
parent
c2804f9280
commit
ecde11a83c
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue