diff options
| author | Richard M. Stallman | 1999-01-19 08:06:33 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1999-01-19 08:06:33 +0000 |
| commit | 1c445211efa0be6fc43311885ea6225cfeeac659 (patch) | |
| tree | 60122ab28c1625b420727f111938957f2df4a768 | |
| parent | 27c3b45d28c8692a9519da469d0646de6f44c000 (diff) | |
| download | emacs-1c445211efa0be6fc43311885ea6225cfeeac659.tar.gz emacs-1c445211efa0be6fc43311885ea6225cfeeac659.zip | |
Coding system alias `dos' for `undecided-dos', `mac' for `undecided-mac'.
| -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 |