summaryrefslogtreecommitdiff
path: root/lisp/=iso8859-1.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1993-03-17 16:56:02 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1993-03-17 16:56:02 +0000
commit515f023693c1d4950cd0d7121bd5a5c219ec7e8b (patch)
treef0afef5d093fcd14250211f9160cb43d3adcd11b /lisp/=iso8859-1.el
parenta8f09f418b2256de5d354afcadd956e4f867b5ea (diff)
downloademacs-515f023693c1d4950cd0d7121bd5a5c219ec7e8b.tar.gz
Add standard library headers.
Diffstat (limited to 'lisp/=iso8859-1.el')
-rw-r--r--lisp/=iso8859-1.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/=iso8859-1.el b/lisp/=iso8859-1.el
index 4a3c9f9ce1c..7cca9047704 100644
--- a/lisp/=iso8859-1.el
+++ b/lisp/=iso8859-1.el
@@ -1,4 +1,4 @@
-;; iso8859-1.el --- set up case-conversion and syntax tables for ISO 8859/1
+;;; iso8859-1.el --- set up case-conversion and syntax tables for ISO 8859/1
;; Copyright (C) 1988 Free Software Foundation, Inc.
@@ -98,3 +98,5 @@
(set-standard-case-table (list (car table))))
(provide 'iso8859-1)
+
+;;; iso8859-1.el ends here