print!: use terpri instead of princ for newline
Will produce the appropriate newline for the current OS.
This commit is contained in:
parent
e3bdeabe0b
commit
47ccbb5d41
1 changed files with 1 additions and 1 deletions
|
@ -101,4 +101,4 @@ Uses faces in interactive sessions and ANSI codes otherwise."
|
|||
(message (format! ,message ,@args))
|
||||
;; princ prints to stdout, message to stderr
|
||||
(princ (format! ,message ,@args))
|
||||
(princ "\n")))
|
||||
(terpri)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue