From 15bcf456060c9021ed159861cfb03a318d7c6871 Mon Sep 17 00:00:00 2001 From: Teodor Zlatanov Date: Thu, 16 Oct 2008 12:57:28 +0000 Subject: [PATCH] Removed `utf8' and `UTF8' aliases after discussion. --- lisp/ChangeLog | 5 +++++ lisp/international/mule-conf.el | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 417f689726b..5f37792e670 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el index 5f470510aa4..cb9cf974fea 100644 --- a/lisp/international/mule-conf.el +++ b/lisp/international/mule-conf.el @@ -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)." -- 2.39.5