diff options
| author | Richard M. Stallman | 1997-07-02 04:59:04 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-07-02 04:59:04 +0000 |
| commit | 8da035d01b6cac2d75b5e936a3d67a025aff7b47 (patch) | |
| tree | 8aae18613c5d1006ee18250ae9a8a3b0645bdb83 | |
| parent | 28c01ffe80b582785748e6c5a1bc24158cc62148 (diff) | |
| download | emacs-8da035d01b6cac2d75b5e936a3d67a025aff7b47.tar.gz emacs-8da035d01b6cac2d75b5e936a3d67a025aff7b47.zip | |
(binary): Define as coding system alias.
| -rw-r--r-- | lisp/international/mule-conf.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el index 728d98f19fa..80e8057553a 100644 --- a/lisp/international/mule-conf.el +++ b/lisp/international/mule-conf.el | |||
| @@ -214,6 +214,8 @@ | |||
| 214 | (vector nil ?= "Do no conversion" nil nil)) | 214 | (vector nil ?= "Do no conversion" nil nil)) |
| 215 | (put 'no-conversion 'eol-type 0) | 215 | (put 'no-conversion 'eol-type 0) |
| 216 | 216 | ||
| 217 | (define-coding-system-alias 'binary 'no-conversion) | ||
| 218 | |||
| 217 | (put 'undecided-unix 'coding-system 'undecided) | 219 | (put 'undecided-unix 'coding-system 'undecided) |
| 218 | (put 'undecided-unix 'eol-type 0) | 220 | (put 'undecided-unix 'eol-type 0) |
| 219 | (put 'undecided-unix 'eol-variant t) | 221 | (put 'undecided-unix 'eol-variant t) |