mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[qif/string] compact function
This commit is contained in:
parent
944e78144e
commit
409b97a988
@ -108,7 +108,7 @@
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
(define-public (gnc:list-display lst)
|
||||
(for-each (lambda (elt) (display elt)) lst))
|
||||
(for-each display lst))
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; gnc:list-display-to-string
|
||||
|
Loading…
Reference in New Issue
Block a user