diff options
| author | Kenichi Handa | 2000-06-10 02:17:08 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2000-06-10 02:17:08 +0000 |
| commit | 8d969bf6151099d06cbf8065abe7a68443d66a43 (patch) | |
| tree | 10455926beea5d522cff44a9f8c8eeeb849d7cc5 | |
| parent | 9c53b34e90b273579a8aef2cb52c1692668a2463 (diff) | |
| download | emacs-8d969bf6151099d06cbf8065abe7a68443d66a43.tar.gz emacs-8d969bf6151099d06cbf8065abe7a68443d66a43.zip | |
(unix): New alias for the coding system undecided-unix.
| -rw-r--r-- | lisp/international/mule-conf.el | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ | |||
| 293 | (put 'undecided 'eol-type | 293 | (put 'undecided 'eol-type |
| 294 | (make-subsidiary-coding-system 'undecided)) | 294 | (make-subsidiary-coding-system 'undecided)) |
| 295 | 295 | ||
| 296 | (define-coding-system-alias 'unix 'undecided-unix) | ||
| 296 | (define-coding-system-alias 'dos 'undecided-dos) | 297 | (define-coding-system-alias 'dos 'undecided-dos) |
| 297 | (define-coding-system-alias 'mac 'undecided-mac) | 298 | (define-coding-system-alias 'mac 'undecided-mac) |
| 298 | 299 | ||