# HG changeset patch # User aidan # Date 1107972400 0 # Node ID c4235ee1f7331483ee0c145d818e28b690c7c074 # Parent e71117a6ddacf82a14efffdee5cc6c6ec5c52826 [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 . diff -r e71117a6ddac -r c4235ee1f733 lisp/ChangeLog --- 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 + + * mule/european.el: Fix a comment typo pointed out by Jerry James + in psu0olr8z7.fsf@diannao.ittc.ku.edu. + 2005-02-09 Aidan Kehoe * mule/european.el: Create the 8859-16 character set and coding system. diff -r e71117a6ddac -r c4235ee1f733 lisp/mule/european.el --- 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.