From: Kenichi Handa Date: Sat, 10 Jun 2000 02:17:08 +0000 (+0000) Subject: (unix): New alias for the coding system undecided-unix. X-Git-Tag: emacs-pretest-21.0.90~3416 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8d969bf6151099d06cbf8065abe7a68443d66a43;p=emacs.git (unix): New alias for the coding system undecided-unix. --- diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el index 41b66730dc8..6753ccb9221 100644 --- a/lisp/international/mule-conf.el +++ b/lisp/international/mule-conf.el @@ -293,6 +293,7 @@ (put 'undecided 'eol-type (make-subsidiary-coding-system 'undecided)) +(define-coding-system-alias 'unix 'undecided-unix) (define-coding-system-alias 'dos 'undecided-dos) (define-coding-system-alias 'mac 'undecided-mac)