mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-28 00:01:33 -08:00
Coding system alias dos' for undecided-dos', mac' for undecided-mac'.
This commit is contained in:
parent
27c3b45d28
commit
1c445211ef
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue