diff options
author | Ludovic Courtès <ludo@gnu.org> | 2010-01-10 23:47:55 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2010-01-11 01:21:13 +0100 |
commit | bce5cb56413da437c29628c529cec47649d12eb9 (patch) | |
tree | cf3367661824f906084ce9ec5897d59fdce5105d /module/scripts/compile.scm | |
parent | bcae9a98b0dd82b7be93e90134a01a03b44b4af7 (diff) | |
download | guile-bce5cb56413da437c29628c529cec47649d12eb9.tar.gz |
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.
Diffstat (limited to 'module/scripts/compile.scm')
-rw-r--r-- | module/scripts/compile.scm | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/module/scripts/compile.scm b/module/scripts/compile.scm index 9b14f2fca..3e451a6b3 100644 --- a/module/scripts/compile.scm +++ b/module/scripts/compile.scm @@ -1,6 +1,6 @@ -;;; Compile --- Command-line Guile Scheme compiler +;;; Compile --- Command-line Guile Scheme compiler -*- coding: iso-8859-1 -*- -;; Copyright 2005,2008,2009 Free Software Foundation, Inc. +;; Copyright 2005,2008,2009,2010 Free Software Foundation, Inc. ;; ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the GNU Lesser General Public License @@ -177,7 +177,3 @@ Report bugs to <~A>.~%" input-files))) (define main compile) - -;;; Local Variables: -;;; coding: latin-1 -;;; End: |