diff options
author | Andy Wingo <wingo@pobox.com> | 2011-07-25 18:26:37 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2011-07-25 18:26:37 +0200 |
commit | ab4bc85398a14b62b58694bab83c63be286b2fd5 (patch) | |
tree | 84bfe7b0b6064016bcfadb76ec95d07410654fe8 /module/scripts/punify.scm | |
parent | f29c300507da21a667f5b82e75300f8009eab9cc (diff) | |
parent | f4b7d918eff9770f09893b023fd834f5c0bc33d1 (diff) | |
download | guile-ab4bc85398a14b62b58694bab83c63be286b2fd5.tar.gz |
Merge remote-tracking branch 'origin/stable-2.0'
Conflicts:
GUILE-VERSION
test-suite/tests/srfi-4.test
Diffstat (limited to 'module/scripts/punify.scm')
-rw-r--r-- | module/scripts/punify.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/module/scripts/punify.scm b/module/scripts/punify.scm index 1627722d3..6b33ac5ee 100644 --- a/module/scripts/punify.scm +++ b/module/scripts/punify.scm @@ -41,6 +41,9 @@ (define-module (scripts punify) :export (punify)) +(define %include-in-guild-list #f) +(define %summary "Strip comments and whitespace from a Scheme file.") + (define (write-punily form) (cond ((and (list? form) (not (null? form))) (let ((first (car form))) |