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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/international/mule-conf.el,v
Date: Sat, 18 Oct 2008 23:13:14 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/10/18 23:13:12

Index: lisp/international/mule-conf.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/international/mule-conf.el,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -b -r1.96 -r1.97
--- lisp/international/mule-conf.el     16 Oct 2008 12:57:30 -0000      1.96
+++ lisp/international/mule-conf.el     18 Oct 2008 23:13:12 -0000      1.97
@@ -1281,6 +1281,11 @@
   :mnemonic ?U
   :charset-list '(emacs))
 
+;; The encoding used internally.  This encoding is meant to be able to save
+;; any multibyte buffer without losing information.  It can change between
+;; Emacs releases, tho, so should only be used for internal files.
+(define-coding-system-alias 'emacs-internal 'utf-8-emacs-unix)
+
 (define-coding-system 'utf-16le
   "UTF-16LE (little endian, no signature (BOM))."
   :coding-type 'utf-16




reply via email to

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