mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-20 11:48:30 -06:00
Export simple-format if it needs to be defined.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5861 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
6357818710
commit
3768a5d352
@ -92,6 +92,7 @@
|
||||
(if (not (defined? 'simple-format))
|
||||
(begin
|
||||
(require 'format)
|
||||
(export simple-format)
|
||||
(define simple-format format)))
|
||||
|
||||
;; Automatically generated defaults
|
||||
|
Loading…
Reference in New Issue
Block a user