From f35a26882da76d0d09464cf0d38cc190a79d6894 Mon Sep 17 00:00:00 2001 From: Christopher Lam Date: Mon, 3 Aug 2020 18:06:35 +0800 Subject: [PATCH] Addendnum to ad20f859c -- _ must be exported --- bindings/guile/core-utils.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/guile/core-utils.scm b/bindings/guile/core-utils.scm index 073a19e892..5d037bc46c 100644 --- a/bindings/guile/core-utils.scm +++ b/bindings/guile/core-utils.scm @@ -49,6 +49,6 @@ (cond-expand (guile-3) (guile-2 - (define (_ x) + (define-public (_ x) (issue-deprecation-warning "Using _ to call gettext is disallowed in guile-3 and will be removed in the future. Use G_ instead.") (gnc:gettext x))))