1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

fix ^L typo

* module/rnrs/mutable-pairs.scm: Fix ^L typo.
This commit is contained in:
Andy Wingo 2010-06-19 14:45:03 +02:00
parent 37620f3f4e
commit 0ce1c83bbe

View 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
(library (rnrs mutable-pairs (6))
(export set-car! set-cdr!)