diff options
author | Kenichi Handa <handa@gnu.org> | 2012-10-07 21:48:44 +0900 |
---|---|---|
committer | Kenichi Handa <handa@gnu.org> | 2012-10-07 21:48:44 +0900 |
commit | 6aa75fb62f6cdc4164d935ef14d57feec5ed6e0a (patch) | |
tree | f08b19b5df30ac781c914c1d6336fa2a591308c9 /lisp | |
parent | 16ddec7e9e6adcf615db097d9627d490ca29208c (diff) | |
download | emacs-6aa75fb62f6cdc4164d935ef14d57feec5ed6e0a.tar.gz |
international/mule-conf.el (compound-text-with-extensions): Add :mime-charset property as x-ctext.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 5 | ||||
-rw-r--r-- | lisp/international/mule-conf.el | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 87b54707e0a..bc8840819a3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2012-10-07 Kenichi Handa <handa@gnu.org> + + * international/mule-conf.el (compound-text-with-extensions): Add + :mime-charset property as x-ctext. + 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change) * international/characters.el: Fix simple mistake ((car chars) -> diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el index 4647b778e59..11207b0b78d 100644 --- a/lisp/international/mule-conf.el +++ b/lisp/international/mule-conf.el @@ -1458,7 +1458,8 @@ for decoding and encoding files, process I/O, etc." :flags '(ascii-at-eol ascii-at-cntl long-form designation locking-shift single-shift) :post-read-conversion 'ctext-post-read-conversion - :pre-write-conversion 'ctext-pre-write-conversion) + :pre-write-conversion 'ctext-pre-write-conversion + :mime-charset 'x-ctext) (define-coding-system-alias 'x-ctext-with-extensions 'compound-text-with-extensions) |