Fix last change.

This commit is contained in:
Stefan Monnier 2008-10-19 01:25:38 +00:00
parent f06763be7a
commit 4f5a643807
2 changed files with 9 additions and 5 deletions

View 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.

View 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.