mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
(binary): Define as coding system alias.
This commit is contained in:
parent
28c01ffe80
commit
8da035d01b
1 changed files with 2 additions and 0 deletions
|
|
@ -214,6 +214,8 @@
|
|||
(vector nil ?= "Do no conversion" nil nil))
|
||||
(put 'no-conversion 'eol-type 0)
|
||||
|
||||
(define-coding-system-alias 'binary 'no-conversion)
|
||||
|
||||
(put 'undecided-unix 'coding-system 'undecided)
|
||||
(put 'undecided-unix 'eol-type 0)
|
||||
(put 'undecided-unix 'eol-variant t)
|
||||
|
|
|
|||
Loading…
Reference in a new issue