(make-coding-system): Set mime-charset

property of *-with-esc coding system to nil.
This commit is contained in:
Kenichi Handa 1998-12-15 04:35:38 +00:00
parent 407c6b9441
commit d00742a1c6

View file

@ -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)