diff options
| -rw-r--r-- | lisp/international/mule-conf.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el index 04436aa5f46..cca9c83bb85 100644 --- a/lisp/international/mule-conf.el +++ b/lisp/international/mule-conf.el | |||
| @@ -1139,8 +1139,7 @@ is treated as a character." | |||
| 1139 | "Support for all Emacs characters (including non-Unicode characters)." | 1139 | "Support for all Emacs characters (including non-Unicode characters)." |
| 1140 | :coding-type 'utf-8 | 1140 | :coding-type 'utf-8 |
| 1141 | :mnemonic ?U | 1141 | :mnemonic ?U |
| 1142 | :charset-list '(emacs) | 1142 | :charset-list '(emacs)) |
| 1143 | :mime-charset 'utf-8) | ||
| 1144 | 1143 | ||
| 1145 | (define-coding-system 'utf-16 | 1144 | (define-coding-system 'utf-16 |
| 1146 | "UTF-16" | 1145 | "UTF-16" |