]> git.eshelyaron.com Git - emacs.git/commitdiff
Removed `utf8' and `UTF8' aliases after discussion.
authorTeodor Zlatanov <tzz@lifelogs.com>
Thu, 16 Oct 2008 12:57:28 +0000 (12:57 +0000)
committerTeodor Zlatanov <tzz@lifelogs.com>
Thu, 16 Oct 2008 12:57:28 +0000 (12:57 +0000)
lisp/ChangeLog
lisp/international/mule-conf.el

index 417f689726b5af1057c3bcf690d6e2677a391687..5f37792e670cf793103ce4b8dba8144861701958 100644 (file)
@@ -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.
index 5f470510aa43b14fe74fac98cdae89dc5ef58317..cb9cf974fea40eb9ee6af11ea16907aa137bafe3 100644 (file)
@@ -1274,9 +1274,6 @@ is treated as a character."
   :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)."