Mercurial > hg > xemacs-beta
changeset 2576:c4235ee1f733
[xemacs-hg @ 2005-02-09 18:06:33 by aidan]
Fix a comment typo pointed out by Jerry James in
psu0olr8z7.fsf@diannao.ittc.ku.edu .
author | aidan |
---|---|
date | Wed, 09 Feb 2005 18:06:40 +0000 |
parents | e71117a6ddac |
children | f5ebcedb0789 |
files | lisp/ChangeLog lisp/mule/european.el |
diffstat | 2 files changed, 8 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Feb 09 15:29:12 2005 +0000 +++ b/lisp/ChangeLog Wed Feb 09 18:06:40 2005 +0000 @@ -1,3 +1,8 @@ +2005-02-09 Aidan Kehoe <kehoea@parhasard.net> + + * mule/european.el: Fix a comment typo pointed out by Jerry James + in psu0olr8z7.fsf@diannao.ittc.ku.edu. + 2005-02-09 Aidan Kehoe <kehoea@parhasard.net> * mule/european.el: Create the 8859-16 character set and coding system.
--- a/lisp/mule/european.el Wed Feb 09 15:29:12 2005 +0000 +++ b/lisp/mule/european.el Wed Feb 09 18:06:40 2005 +0000 @@ -4,7 +4,7 @@ ;; Licensed to the Free Software Foundation. ;; Copyright (C) 1997 MORIOKA Tomohiko ;; Copyright (C) 2001 Ben Wing. -;; Copyright (C) 2002 Free Software Foundation +;; Copyright (C) 2002, 2005 Free Software Foundation ;; Keywords: multilingual, European @@ -27,8 +27,8 @@ ;;; Commentary: -;; For Europeans, seven coded character sets ISO8859-1,2,3,4,9,10 are supported. -;; Note: ISO 8859/15 (Latin-9) is supported via the latin-unity package. +;; For Roman-alphabet-using Europeans, eight coded character sets, +;; ISO8859-1,2,3,4,9,14,15,16 are supported. ;; #### latin.el would be a better name for this file.