From: David Kastrup Date: Sat, 4 Jul 2015 14:28:33 +0000 (+0200) Subject: Import Guile_user::apply X-Git-Tag: release/2.19.24-1~34 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9e667c2dd26e45774cbede14981e9a190b74e6f9;p=lilypond.git Import Guile_user::apply --- diff --git a/lily/include/lily-imports.hh b/lily/include/lily-imports.hh index a7157e3936..120ff11cb7 100644 --- a/lily/include/lily-imports.hh +++ b/lily/include/lily-imports.hh @@ -26,6 +26,7 @@ namespace Guile_user { extern Scm_module module; typedef Module_variable Variable; + extern Variable apply; extern Variable plus; extern Variable make_module; #if GUILEV2 diff --git a/lily/lily-imports.cc b/lily/lily-imports.cc index 5be281e858..6f16c0ebc0 100644 --- a/lily/lily-imports.cc +++ b/lily/lily-imports.cc @@ -22,6 +22,7 @@ namespace Guile_user { Scm_module module ("guile-user"); + Variable apply ("apply"); Variable plus ("+"); Variable make_module ("make-module"); #if GUILEV2