emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/international/mule-conf.el,v


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/lisp/international/mule-conf.el,v
Date: Fri, 30 May 2008 02:47:39 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kenichi Handa <handa>   08/05/30 02:47:39

Index: mule-conf.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/international/mule-conf.el,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -b -r1.93 -r1.94
--- mule-conf.el        29 May 2008 22:59:28 -0000      1.93
+++ mule-conf.el        30 May 2008 02:47:39 -0000      1.94
@@ -1259,7 +1259,7 @@
   :charset-list '(unicode)
   :mime-charset 'utf-8)
 
-(define-coding-system 'utf-8-sig
+(define-coding-system 'utf-8-with-signature
   "UTF-8 (with signature (BOM))"
   :coding-type 'utf-8
   :mnemonic ?U
@@ -1271,7 +1271,7 @@
   :coding-type 'utf-8
   :mnemonic ?U
   :charset-list '(unicode)
-  :bom '(utf-8-sig . utf-8))
+  :bom '(utf-8-with-signature . utf-8))
 
 (define-coding-system-alias 'mule-utf-8 'utf-8)
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]