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
commitaae56ea7ca8c74e7bb5595b828851aaa9f947792 (patch)
tree464b508b0ece6a20291b838d52ec33305d66a541 /lisp/iso8859-1.el
parentc7986c187611e2f908263a9ad5f104a8ef78d3dc (diff)
downloademacs-aae56ea7ca8c74e7bb5595b828851aaa9f947792.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