summaryrefslogtreecommitdiff
path: root/module/rnrs/mutable-pairs.scm
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2010-06-19 14:45:03 +0200
committerAndy Wingo <wingo@pobox.com>2010-06-19 14:45:03 +0200
commit0ce1c83bbedfb0b02aed8ed2dbaf27611bde608a (patch)
tree764571e555b34630564f96ea2e7a2b6dcbdd2765 /module/rnrs/mutable-pairs.scm
parent37620f3f4e067be9a51b5740698e30c7b1de3a86 (diff)
downloadguile-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.scm3
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!)