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

Unified Diff: scm-modules/output-socket.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-modules/output-ps.scm ('k') | scm-modules/output-svg.scm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scm-modules/output-socket.scm
diff --git a/scm/output-socket.scm b/scm-modules/output-socket.scm
similarity index 98%
rename from scm/output-socket.scm
rename to scm-modules/output-socket.scm
index 3532fc97325728e0e843ccbd5667d429083ee14a..b8ba167ee07e810c0e998b098e7b542a6ff9879c 100644
--- a/scm/output-socket.scm
+++ b/scm-modules/output-socket.scm
@@ -2,7 +2,7 @@
;;;;
;;;; implement network-based output (socket) in Scheme
-(define-module (scm output-socket)
+(define-module (scm-modules output-socket)
#:re-export (quote))
(use-modules (guile)
« no previous file with comments | « scm-modules/output-ps.scm ('k') | scm-modules/output-svg.scm » ('j') | no next file with comments »

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