mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -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
|
|
@ -124,8 +124,9 @@
|
|||
:fill-pointer 0 :adjustable t)))
|
||||
(with-output-to-string (s r)
|
||||
(with-input-from-string (n result)
|
||||
(let ((*standard-output* s)
|
||||
(*print-case* :downcase))
|
||||
(let ((*standard-output* s)
|
||||
(*print-right-margin* 80)
|
||||
(*print-case* :downcase))
|
||||
(format t ";;;; CLOG Builder generated code - modify original .clog file and rerender")
|
||||
(loop
|
||||
(let ((l (read n nil)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue