diff options
| author | Eli Zaretskii | 2020-04-08 12:52:18 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2020-04-08 12:52:18 +0300 |
| commit | 1aeb1819353418ebed635f18a009048700ba1ad0 (patch) | |
| tree | d3b5c76acd475d3f4e6a7edcf0ba1e44c32ac2d3 | |
| parent | 4e109d1529624d028a3312715e9c7b3cc8ebefb3 (diff) | |
| download | emacs-1aeb1819353418ebed635f18a009048700ba1ad0.tar.gz emacs-1aeb1819353418ebed635f18a009048700ba1ad0.zip | |
; * lisp/international/mule-conf.el: Minor comment wording fix.
| -rw-r--r-- | lisp/international/mule-conf.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el index e5ea491a373..edda79ba4ee 100644 --- a/lisp/international/mule-conf.el +++ b/lisp/international/mule-conf.el | |||
| @@ -1517,8 +1517,9 @@ for decoding and encoding files, process I/O, etc." | |||
| 1517 | :charset-list '(unicode) | 1517 | :charset-list '(unicode) |
| 1518 | :pre-write-conversion 'utf-7-pre-write-conversion | 1518 | :pre-write-conversion 'utf-7-pre-write-conversion |
| 1519 | :post-read-conversion 'utf-7-post-read-conversion) | 1519 | :post-read-conversion 'utf-7-post-read-conversion) |
| 1520 | ;; FIXME: `define-coding-system' automatically sets :ascii-compatible-p, | 1520 | ;; FIXME: 'define-coding-system' automatically sets :ascii-compatible-p, |
| 1521 | ;; but UTF-7 is not ASCII compatible; disable (bug#40407). | 1521 | ;; to any encoding whose :coding-type is 'utf-8', but UTF-7 is not ASCII |
| 1522 | ;; compatible, so we override that here (bug#40407). | ||
| 1522 | (coding-system-put 'utf-7 :ascii-compatible-p nil) | 1523 | (coding-system-put 'utf-7 :ascii-compatible-p nil) |
| 1523 | 1524 | ||
| 1524 | (define-coding-system 'utf-7-imap | 1525 | (define-coding-system 'utf-7-imap |