]> git.eshelyaron.com Git - emacs.git/commitdiff
(make-coding-system): Set mime-charset
authorKenichi Handa <handa@m17n.org>
Tue, 15 Dec 1998 04:35:38 +0000 (04:35 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 15 Dec 1998 04:35:38 +0000 (04:35 +0000)
property of *-with-esc coding system to nil.

lisp/international/mule.el

index 31cb9e46916a731f9cfe5a51d8de79f54c0f3484..02f2746ef976cb932581de5fe73283cea8e4f8bb 100644 (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)