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 [EMACS


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/international/mule-conf.el, v [EMACS_22_BASE]
Date: Sun, 19 Oct 2008 01:25:48 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Stefan Monnier <monnier>        08/10/19 01:25:45

Index: international/mule-conf.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/international/mule-conf.el,v
retrieving revision 1.85.2.4
retrieving revision 1.85.2.5
diff -u -b -r1.85.2.4 -r1.85.2.5
--- international/mule-conf.el  17 Oct 2008 17:55:26 -0000      1.85.2.4
+++ international/mule-conf.el  19 Oct 2008 01:25:45 -0000      1.85.2.5
@@ -316,11 +316,6 @@
 
 (define-coding-system-alias 'binary 'no-conversion)
 
-;; 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 'emacs-mule-unix)
-
 (put 'undecided 'coding-system
      (vector t ?- "No conversion on encoding, automatic conversion on decoding"
             (list 'alias-coding-systems '(undecided)
@@ -349,6 +344,11 @@
  '((safe-charsets . t)
    (composition . t)))
 
+;; 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 'emacs-mule-unix)
+
 (make-coding-system
  'raw-text 5 ?t
  "Raw text, which means text contains random 8-bit codes.




reply via email to

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