]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix last change. old-branches/EMACS_22_BASE
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 19 Oct 2008 01:25:38 +0000 (01:25 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 19 Oct 2008 01:25:38 +0000 (01:25 +0000)
lisp/ChangeLog
lisp/international/mule-conf.el

index 46fb08a0e530afa81f8111589c79aa71a6d6870b..fa39b17cadbfcd1eafa258a5a63561cd1d43689f 100644 (file)
@@ -1,3 +1,7 @@
+2008-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * international/mule-conf.el: Fix last change.
+
 2008-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * international/mule-conf.el (emacs-internal): New coding system alias.
index 3f9a5cc27d14a8d6be146702d23cbca88646e807..b945744ee8b8b835efb727fb0223e066d35bff70 100644 (file)
@@ -316,11 +316,6 @@ character."
 
 (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 @@ byte."
  '((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.