Addendnum to ad20f859c -- _ must be exported

This commit is contained in:
Christopher Lam 2020-08-03 18:06:35 +08:00
parent ad20f859cc
commit f35a26882d

View File

@ -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))))