From: Kenichi Handa Date: Tue, 15 Dec 1998 04:35:38 +0000 (+0000) Subject: (make-coding-system): Set mime-charset X-Git-Tag: emacs-20.4~1061 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d00742a1c66ae3a77babb468e28cd1c06c92faec;p=emacs.git (make-coding-system): Set mime-charset property of *-with-esc coding system to nil. --- diff --git a/lisp/international/mule.el b/lisp/international/mule.el index 31cb9e46916..02f2746ef97 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el @@ -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)