(mail-default-reply-to): Initialize to t.
[bpt/emacs.git] / lisp / international / iso-ascii.el
index 2a7417d..c0d9435 100644 (file)
@@ -1,10 +1,10 @@
 ;;; iso-ascii.el --- set up char tables for ISO 8859/1 on ASCII terminals.
 
+;; Copyright (C) 1987 Free Software Foundation, Inc.
+
 ;; Author: Howard Gayle
 ;; Maintainer: FSF
-;; Last-Modified: 16 Mar 1992
-
-;; Copyright (C) 1987 Free Software Foundation, Inc.
+;; Keywords: i18n
 
 ;; This file is part of GNU Emacs.
 
 (standard-display-ascii 254 "{th}")  ; small thorn, Icelandic
 (standard-display-ascii 255 "{\"y}") ; small y with diaeresis or umlaut mark
 
-(provide 'iso8859-1-ascii)
+(provide 'iso-ascii)
 
 ;;; iso-ascii.el ends here