diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-05-30 23:12:08 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-05-30 23:12:08 +0000 |
commit | 1a06eabd17a8eff0635bc7058349f7c22057864c (patch) | |
tree | 851c3b4adf9217f7ad5d4e6fdc24c8e0efbaa186 /lisp/international/iso-ascii.el | |
parent | 6594deb0dcec8f1a663fc47b0588a7b4c935a6c5 (diff) | |
download | emacs-1a06eabd17a8eff0635bc7058349f7c22057864c.tar.gz emacs-1a06eabd17a8eff0635bc7058349f7c22057864c.tar.bz2 emacs-1a06eabd17a8eff0635bc7058349f7c22057864c.zip |
*** empty log message ***
Diffstat (limited to 'lisp/international/iso-ascii.el')
-rw-r--r-- | lisp/international/iso-ascii.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/international/iso-ascii.el b/lisp/international/iso-ascii.el index 13aeaaa8c76..b90d5aa47c0 100644 --- a/lisp/international/iso-ascii.el +++ b/lisp/international/iso-ascii.el @@ -1,4 +1,5 @@ -;; Set up char tables for ISO 8859/1 character set for ASCII terminals. +;;; iso-ascii.el --- set up char tables for ISO 8859/1 character set for ASCII terminals. + ;; Copyright (C) 1987 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. @@ -124,3 +125,5 @@ (standard-display-ascii 255 "{\"y}") ; small y with diaeresis or umlaut mark (provide 'iso8859-1-ascii) + +;;; iso-ascii.el ends here |