diff options
author | Andy Wingo <wingo@pobox.com> | 2010-06-19 14:45:03 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2010-06-19 14:45:03 +0200 |
commit | 0ce1c83bbedfb0b02aed8ed2dbaf27611bde608a (patch) | |
tree | 764571e555b34630564f96ea2e7a2b6dcbdd2765 /module/rnrs/mutable-pairs.scm | |
parent | 37620f3f4e067be9a51b5740698e30c7b1de3a86 (diff) | |
download | guile-0ce1c83bbedfb0b02aed8ed2dbaf27611bde608a.tar.gz |
fix ^L typo
* module/rnrs/mutable-pairs.scm: Fix ^L typo.
Diffstat (limited to 'module/rnrs/mutable-pairs.scm')
-rw-r--r-- | module/rnrs/mutable-pairs.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/module/rnrs/mutable-pairs.scm b/module/rnrs/mutable-pairs.scm index 3e5da142f..020debffc 100644 --- a/module/rnrs/mutable-pairs.scm +++ b/module/rnrs/mutable-pairs.scm @@ -15,7 +15,8 @@ ;; You should have received a copy of the GNU Lesser General Public ;; License along with this library; if not, write to the Free Software ;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA -^L + + (library (rnrs mutable-pairs (6)) (export set-car! set-cdr!) |