mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* src/scm/report/transaction-report.scm (addto!): make a
let-syntax since you apparently can't define-syntax before other defines in a nested let. * src/scm/report/register.scm (addto!): make a let-syntax since you apparently can't define-syntax before other defines in a nested let. * src/scm/gnumeric/gnumeric-utilities.scm: use srfis as modules. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4213 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
;;;; $Id$
|
||||
;;;; gnumeric-utilities.scm - Gnumeric spreadsheet generation functions
|
||||
|
||||
(use-modules (srfi srfi-19))
|
||||
|
||||
(gnc:support "gnumeric/gnumeric-utilities.scm")
|
||||
(gnc:depend "xml-generator.scm")
|
||||
|
||||
@@ -39,7 +41,6 @@
|
||||
;;; to suggest a better function.
|
||||
;;; The point of this is that Gnumeric uses this as the "native" data
|
||||
;;; representation.
|
||||
(gnc:depend "srfi/srfi-19.scm")
|
||||
|
||||
(define (exceldate y m d)
|
||||
(let
|
||||
|
||||
Reference in New Issue
Block a user