1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-16 16:50:21 +02:00

Provide Guile-friendly `coding:' meta-data.

* module/ice-9/i18n.scm, module/rnrs/bytevector.scm,
  module/rnrs/io/ports.scm, module/scripts/compile.scm,
  module/srfi/srfi-35.scm, module/srfi/srfi-88.scm: Write `coding:'
  comment at the top.
This commit is contained in:
Ludovic Courtès 2010-01-10 23:47:55 +01:00
parent bcae9a98b0
commit bce5cb5641
6 changed files with 17 additions and 39 deletions

View file

@ -1,6 +1,6 @@
;;;; bytevector.scm --- R6RS bytevector API
;;;; bytevector.scm --- R6RS bytevector API -*- coding: utf-8 -*-
;;;; Copyright (C) 2009 Free Software Foundation, Inc.
;;;; Copyright (C) 2009, 2010 Free Software Foundation, Inc.
;;;;
;;;; This library is free software; you can redistribute it and/or
;;;; modify it under the terms of the GNU Lesser General Public
@ -16,7 +16,7 @@
;;;; License along with this library; if not, write to the Free Software
;;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;;; Author: Ludovic Courtès <ludo@gnu.org>
;;; Author: Ludovic Courtès <ludo@gnu.org>
;;; Commentary:
;;;
@ -78,8 +78,4 @@
`(quote ,sym)
(error "unsupported endianness" sym)))
;;; Local Variables:
;;; coding: latin-1
;;; End:
;;; bytevector.scm ends here