Fixup for compiling new table module.
This commit is contained in:
parent
3f7f1356a4
commit
3e4e8c4672
4 changed files with 7 additions and 4 deletions
|
@ -173,7 +173,7 @@
|
|||
(define (table-prepare tbl width-arg widths-spec)
|
||||
(if (or (null? tbl)
|
||||
(null? (car tbl)))
|
||||
'()
|
||||
(values '() '())
|
||||
(let* ((ptbl (table-prepare-cells tbl))
|
||||
;;(_ (print ptbl))
|
||||
(num-columns (length (car ptbl)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue