diff options
| -rw-r--r-- | lisp/international/mule.el | 1 |
1 files changed, 1 insertions, 0 deletions
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." | |||
| 669 | (cons (append (car flags) '(t)) (cdr flags)) | 669 | (cons (append (car flags) '(t)) (cdr flags)) |
| 670 | (cons (list (car flags) t) (cdr flags))) | 670 | (cons (list (car flags) t) (cdr flags))) |
| 671 | properties) | 671 | properties) |
| 672 | (coding-system-put esc 'mime-charset nil) | ||
| 672 | (coding-system-put esc 'safe-charsets t)))) | 673 | (coding-system-put esc 'safe-charsets t)))) |
| 673 | 674 | ||
| 674 | coding-system) | 675 | coding-system) |