changeset 98777:63f2a735a59d

Removed `utf8' and `UTF8' aliases after discussion.
author Teodor Zlatanov <tzz@lifelogs.com>
date Thu, 16 Oct 2008 12:57:28 +0000
parents 58d0fa1979cb
children 0f8ccfd21a74
files lisp/ChangeLog lisp/international/mule-conf.el
diffstat 2 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Oct 16 11:48:42 2008 +0000
+++ b/lisp/ChangeLog	Thu Oct 16 12:57:28 2008 +0000
@@ -1,3 +1,8 @@
+2008-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
+
+	* international/mule-conf.el: Removed `utf8' and `UTF8' aliases
+	after discussion.
+
 2008-10-16  Magnus Henoch  <mange@freemail.hu>
 
 	* vc-arch.el (vc-arch-dir-status): New function.
--- a/lisp/international/mule-conf.el	Thu Oct 16 11:48:42 2008 +0000
+++ b/lisp/international/mule-conf.el	Thu Oct 16 12:57:28 2008 +0000
@@ -1274,9 +1274,6 @@
   :bom '(utf-8-with-signature . utf-8))
 
 (define-coding-system-alias 'mule-utf-8 'utf-8)
-;; common aliases
-(define-coding-system-alias 'utf8 'utf-8)
-(define-coding-system-alias 'UTF8 'utf-8)
 
 (define-coding-system 'utf-8-emacs
   "Support for all Emacs characters (including non-Unicode characters)."