From a2b9d58b2e2f56679b33995e2d86b0624c0b1905 Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Sun, 8 Sep 2019 20:08:58 +0200 Subject: [PATCH] nit into comp-log --- lisp/emacs-lisp/comp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index 4f407eabc05..644bd2b8d1b 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el @@ -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." -- 2.39.5