# HG changeset patch # User Teodor Zlatanov # Date 1224161848 0 # Node ID 63f2a735a59dde538c06043b0daed8cb6d0c0fba # Parent 58d0fa1979cb6bb4f8f20b9579ce70033081026e Removed `utf8' and `UTF8' aliases after discussion. diff -r 58d0fa1979cb -r 63f2a735a59d lisp/ChangeLog --- 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 + + * international/mule-conf.el: Removed `utf8' and `UTF8' aliases + after discussion. + 2008-10-16 Magnus Henoch * vc-arch.el (vc-arch-dir-status): New function. diff -r 58d0fa1979cb -r 63f2a735a59d lisp/international/mule-conf.el --- 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)."