; * lisp/international/mule-conf.el: Minor comment wording fix.
This commit is contained in:
parent
4e109d1529
commit
1aeb181935
1 changed files with 3 additions and 2 deletions
|
@ -1517,8 +1517,9 @@ for decoding and encoding files, process I/O, etc."
|
|||
:charset-list '(unicode)
|
||||
:pre-write-conversion 'utf-7-pre-write-conversion
|
||||
:post-read-conversion 'utf-7-post-read-conversion)
|
||||
;; FIXME: `define-coding-system' automatically sets :ascii-compatible-p,
|
||||
;; but UTF-7 is not ASCII compatible; disable (bug#40407).
|
||||
;; FIXME: 'define-coding-system' automatically sets :ascii-compatible-p,
|
||||
;; to any encoding whose :coding-type is 'utf-8', but UTF-7 is not ASCII
|
||||
;; compatible, so we override that here (bug#40407).
|
||||
(coding-system-put 'utf-7 :ascii-compatible-p nil)
|
||||
|
||||
(define-coding-system 'utf-7-imap
|
||||
|
|
Loading…
Add table
Reference in a new issue