(utf-8-mcs): New alias for utf-8 when `utf-2000' is defined.
authortomo <tomo>
Sun, 9 Nov 2003 15:40:16 +0000 (15:40 +0000)
committertomo <tomo>
Sun, 9 Nov 2003 15:40:16 +0000 (15:40 +0000)
lisp/mule/mule-coding.el

index 61306aa..c7236a9 100644 (file)
@@ -4,7 +4,7 @@
 ;; Licensed to the Free Software Foundation.
 ;; Copyright (C) 1995 Amdahl Corporation.
 ;; Copyright (C) 1995 Sun Microsystems.
-;; Copyright (C) 1997,1999,2002 MORIOKA Tomohiko
+;; Copyright (C) 1997,1999,2002,2003 MORIOKA Tomohiko
 
 ;; This file is part of XEmacs.
 
    ))
 
 (when (featurep 'utf-2000)
+  (define-coding-system-alias 'utf-8-mcs 'utf-8)
+
   (make-coding-system
    'utf-8-er 'utf-8
    "Coding-system of ISO/IEC 10646 UTF-8 with entity-reference."