diff options
| -rw-r--r-- | lisp/international/mule-conf.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el index abf1e1050a3..dc8861f025b 100644 --- a/lisp/international/mule-conf.el +++ b/lisp/international/mule-conf.el | |||
| @@ -235,6 +235,9 @@ | |||
| 235 | (put 'undecided 'eol-type | 235 | (put 'undecided 'eol-type |
| 236 | (make-subsidiary-coding-system 'undecided)) | 236 | (make-subsidiary-coding-system 'undecided)) |
| 237 | 237 | ||
| 238 | (define-coding-system-alias 'dos 'undecided-dos) | ||
| 239 | (define-coding-system-alias 'mac 'undecided-mac) | ||
| 240 | |||
| 238 | ;; Coding systems not specific to each language environment. | 241 | ;; Coding systems not specific to each language environment. |
| 239 | 242 | ||
| 240 | (make-coding-system | 243 | (make-coding-system |