comparison lisp/international/mule-conf.el @ 24120:372fcaa211c4

Coding system alias `dos' for `undecided-dos', `mac' for `undecided-mac'.
author Richard M. Stallman <rms@gnu.org>
date Tue, 19 Jan 1999 08:06:33 +0000
parents 1e8cac8d2c50
children af1be3f3e04c
comparison
equal deleted inserted replaced
24119:aceb3b94328d 24120:372fcaa211c4
233 (setq coding-system-list (cons 'undecided coding-system-list)) 233 (setq coding-system-list (cons 'undecided coding-system-list))
234 (setq coding-system-alist (cons '("undecided") coding-system-alist)) 234 (setq coding-system-alist (cons '("undecided") coding-system-alist))
235 (put 'undecided 'eol-type 235 (put 'undecided 'eol-type
236 (make-subsidiary-coding-system 'undecided)) 236 (make-subsidiary-coding-system 'undecided))
237 237
238 (define-coding-system-alias 'dos 'undecided-dos)
239 (define-coding-system-alias 'mac 'undecided-mac)
240
238 ;; Coding systems not specific to each language environment. 241 ;; Coding systems not specific to each language environment.
239 242
240 (make-coding-system 243 (make-coding-system
241 'emacs-mule 0 ?= 244 'emacs-mule 0 ?=
242 "Emacs internal format used in buffer and string" 245 "Emacs internal format used in buffer and string"