fix ^L typo
authorAndy Wingo <wingo@pobox.com>
Sat, 19 Jun 2010 12:45:03 +0000 (14:45 +0200)
committerAndy Wingo <wingo@pobox.com>
Sat, 19 Jun 2010 12:45:03 +0000 (14:45 +0200)
* module/rnrs/mutable-pairs.scm: Fix ^L typo.

module/rnrs/mutable-pairs.scm

index 3e5da14..020debf 100644 (file)
@@ -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
+
+\f
 
 (library (rnrs mutable-pairs (6))
   (export set-car! set-cdr!)