]> code.delx.au - gnu-emacs/blobdiff - lisp/international/iso-swed.el
(byte-compile-inline-expand):
[gnu-emacs] / lisp / international / iso-swed.el
index 9ab2134381a63109111c5670a6cf81cfb9322419..30ede7c30dea3966748e6cd0e7f67b62450051d3 100644 (file)
@@ -1,11 +1,16 @@
-;; Set up char tables for ISO 8859/1 for Swedish/Finnish terminals.
+;;; iso-swed.el --- set up char tables for ISO 8859/1 for Swedish/Finnish ttys
+
 ;; Copyright (C) 1987 Free Software Foundation, Inc.
 
+;; Author: Howard Gayle
+;; Maintainer: FSF
+;; Keywords: i18n
+
 ;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
-;; the Free Software Foundation; either version 1, or (at your option)
+;; the Free Software Foundation; either version 2, or (at your option)
 ;; any later version.
 
 ;; GNU Emacs is distributed in the hope that it will be useful,
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs; see the file COPYING.  If not, write to
-;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+;; along with GNU Emacs; see the file COPYING.  If not, write to the
+;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
 
 ;; Written by Howard Gayle.  See case-table.el for details.
 
+;;; Code:
+
 ;; This code sets up to display ISO 8859/1 characters on
 ;; terminals that have ASCII in the G0 set and a Swedish/Finnish
 ;; version of ISO 646 in the G1 set.  The G1 set differs from
 (standard-display-ascii 254 "{th}")  ; small thorn, Icelandic
 (standard-display-ascii 255 "{\"y}") ; small y with diaeresis or umlaut mark
 
-(provide 'iso8859-1-swedish)
+(provide 'iso-swed)
+
+;;; iso-swed.el ends here