]> git.eshelyaron.com Git - emacs.git/commitdiff
nit into comp-log
authorAndrea Corallo <akrl@sdf.org>
Sun, 8 Sep 2019 18:08:58 +0000 (20:08 +0200)
committerAndrea Corallo <akrl@sdf.org>
Wed, 1 Jan 2020 10:37:46 +0000 (11:37 +0100)
lisp/emacs-lisp/comp.el

index 4f407eabc05c8420289513e0d70baab4e3972045..644bd2b8d1b9d892d7cbbe9c66bee1d17bb464c3 100644 (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."