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:
parent
5adfe6520b
commit
a2b9d58b2e
1 changed files with 1 additions and 1 deletions
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue