]> code.delx.au - gnu-emacs/blobdiff - lisp/iso8859-1.el
(byte-compile-file): Don't write output if error.
[gnu-emacs] / lisp / iso8859-1.el
index a91546ebd96be122bb863943c527dc8adf97407c..1f6c23a9ddcb86baf0563f870fe8b25ff1ccff33 100644 (file)
@@ -1,11 +1,16 @@
-;; Set up case-conversion and syntax tables for ISO 8859/1 character set.
+;;; iso8859-1.el --- set up case-conversion and syntax tables for ISO 8859/1
+
 ;; Copyright (C) 1988 Free Software Foundation, Inc.
 
+;; Author: Howard Gayle
+;; Maintainer: FSF
+;; Keywords: i14n
+
 ;; 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,
 ;; along with GNU Emacs; see the file COPYING.  If not, write to
 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
+;;; Commentary:
 
 ;; Written by Howard Gayle.  See case-table.el for details.
 
+;;; Code:
+
 (require 'case-table)
 
 (let ((table (standard-case-table)))
   (set-standard-case-table (list (car table))))
 
 (provide 'iso8859-1)
+
+;;; iso8859-1.el ends here