(make-coding-system): Set mime-charset
property of *-with-esc coding system to nil.
This commit is contained in:
parent
407c6b9441
commit
d00742a1c6
1 changed files with 1 additions and 0 deletions
|
@ -669,6 +669,7 @@ a value of `safe-charsets' in PLIST."
|
|||
(cons (append (car flags) '(t)) (cdr flags))
|
||||
(cons (list (car flags) t) (cdr flags)))
|
||||
properties)
|
||||
(coding-system-put esc 'mime-charset nil)
|
||||
(coding-system-put esc 'safe-charsets t))))
|
||||
|
||||
coding-system)
|
||||
|
|
Loading…
Add table
Reference in a new issue