diff options
author | Richard M. Stallman <rms@gnu.org> | 1999-01-19 08:06:33 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1999-01-19 08:06:33 +0000 |
commit | 1c445211efa0be6fc43311885ea6225cfeeac659 (patch) | |
tree | 60122ab28c1625b420727f111938957f2df4a768 | |
parent | 27c3b45d28c8692a9519da469d0646de6f44c000 (diff) | |
download | emacs-1c445211efa0be6fc43311885ea6225cfeeac659.tar.gz |
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 @@ (put 'undecided 'eol-type (make-subsidiary-coding-system 'undecided)) +(define-coding-system-alias 'dos 'undecided-dos) +(define-coding-system-alias 'mac 'undecided-mac) + ;; Coding systems not specific to each language environment. (make-coding-system |