]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/lilypond-invoke-editor.scm
Remove gettext wrappers for ancient Guile versions.
[lilypond.git] / scripts / lilypond-invoke-editor.scm
index f8225db1422d7d1a0084e1ec4367c5793a85aac6..01e0408fd3e65125a20f519a0a1b804f04ef8631 100644 (file)
        (format #f "~a/share/lilypond/~a"
                prefix TOPLEVEL-VERSION))))
 
-
-
-;; gettext wrapper for guile < 1.7.2
-(if (defined? 'gettext)
-    (define-public _ gettext)
-    (define-public (_ x) x))
+(define-public _ gettext)
 
 (define (show-version port)
   (format port "~a (GNU LilyPond) ~a\n" PROGRAM-NAME TOPLEVEL-VERSION))