diff options
author | Teodor Zlatanov <tzz@lifelogs.com> | 2008-10-16 12:57:28 +0000 |
---|---|---|
committer | Teodor Zlatanov <tzz@lifelogs.com> | 2008-10-16 12:57:28 +0000 |
commit | 15bcf456060c9021ed159861cfb03a318d7c6871 (patch) | |
tree | e46f7018374cb91f11bf52705f77c7d370930cd5 /lisp/international/mule-conf.el | |
parent | b4a7be3810c2b86eaf89aba6b75cfc819f4a36ef (diff) | |
download | emacs-15bcf456060c9021ed159861cfb03a318d7c6871.tar.gz |
Removed `utf8' and `UTF8' aliases after discussion.
Diffstat (limited to 'lisp/international/mule-conf.el')
-rw-r--r-- | lisp/international/mule-conf.el | 3 |
1 files changed, 0 insertions, 3 deletions
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)." |