mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 10:40:45 -08:00
set right margin on pretty
This commit is contained in:
parent
b4ffb58a3f
commit
86217ad0f8
1 changed files with 3 additions and 2 deletions
|
|
@ -125,6 +125,7 @@
|
|||
(with-output-to-string (s r)
|
||||
(with-input-from-string (n result)
|
||||
(let ((*standard-output* s)
|
||||
(*print-right-margin* 80)
|
||||
(*print-case* :downcase))
|
||||
(format t ";;;; CLOG Builder generated code - modify original .clog file and rerender")
|
||||
(loop
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue