From 4f5a643807ba3f3b2dc611acdadb796e5fa19c86 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Sun, 19 Oct 2008 01:25:38 +0000 Subject: [PATCH] Fix last change. --- lisp/ChangeLog | 4 ++++ lisp/international/mule-conf.el | 10 +++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 46fb08a0e53..fa39b17cadb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2008-10-19 Stefan Monnier + + * international/mule-conf.el: Fix last change. + 2008-10-17 Stefan Monnier * international/mule-conf.el (emacs-internal): New coding system alias. diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el index 3f9a5cc27d1..b945744ee8b 100644 --- a/lisp/international/mule-conf.el +++ b/lisp/international/mule-conf.el @@ -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.