Mercurial > emacs
changeset 23888:86cf240ba90e
(make-coding-system): Set mime-charset
property of *-with-esc coding system to nil.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 15 Dec 1998 04:35:38 +0000 |
parents | 3a4d3e2418dc |
children | 3b5045c64434 |
files | lisp/international/mule.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/mule.el Tue Dec 15 04:35:38 1998 +0000 +++ b/lisp/international/mule.el Tue Dec 15 04:35:38 1998 +0000 @@ -669,6 +669,7 @@ (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)