Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(702)

Unified Diff: scm/backend-library.scm

Issue 567140045: Move Guile-style modules from scm to scm-modules
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « scm/accreg.scm ('k') | scm/chord-entry.scm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scm/backend-library.scm
diff --git a/scm/backend-library.scm b/scm/backend-library.scm
index 39aa063211a10809b4a1f88ed07b4e92ea0fe960..ec7fe2158ca8f2c18d2854783d6e27d51dc96b49 100644
--- a/scm/backend-library.scm
+++ b/scm/backend-library.scm
@@ -19,8 +19,8 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; backend helpers.
-(use-modules (scm ps-to-png)
- (scm paper-system)
+(use-modules (scm-modules ps-to-png)
+ (scm-modules paper-system)
(ice-9 optargs))
(define-public (ly:system command)
« no previous file with comments | « scm/accreg.scm ('k') | scm/chord-entry.scm » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b