From d00742a1c66ae3a77babb468e28cd1c06c92faec Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 15 Dec 1998 04:35:38 +0000 Subject: [PATCH] (make-coding-system): Set mime-charset property of *-with-esc coding system to nil. --- lisp/international/mule.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/international/mule.el b/lisp/international/mule.el index 31cb9e4691..02f2746ef9 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) -- 2.39.2