1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 23:31:55 -08:00

nit into comp-log

This commit is contained in:
Andrea Corallo 2019-09-08 20:08:58 +02:00
parent 5adfe6520b
commit a2b9d58b2e

View file

@ -210,7 +210,7 @@ BODY is evaluate only if `comp-debug' is non nil."
(cond (noninteractive
(message " %s" string))
(t
(insert (format "%s\n" string))))))
(insert string "\n")))))
(defun comp-prettyprint (data)
"Nicely print DATA in the current buffer."